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 74323bd commit 28be1eaCopy full SHA for 28be1ea
.github/workflows/python-ci.yml
@@ -21,7 +21,7 @@ jobs:
21
pip install pipenv
22
pip install build
23
pipenv install --dev --system
24
- pipenv run pip install 'setuptools<71'
+ pipenv run pip install 'setuptools==70.3.0'
25
- name: Test
26
run: |
27
pipenv run pytest
0 commit comments