We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908cba8 commit f6210dbCopy full SHA for f6210db
.github/workflows/test.yml
@@ -29,11 +29,10 @@ jobs:
29
python-version: '${{ matrix.python-version }}'
30
- name: Install dependencies
31
run: |
32
- pip3 install --upgrade pip3
33
pip3 install -r requirements.txt
34
pip3 install .
35
pip3 install coverage
36
- pip3 install --upgrade setuptools
+ pip3 install 'setuptools>=69.1.0' --force-reinstall
37
- name: Run Tests
38
39
coverage run setup.py test
0 commit comments