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 80c4549 commit be0728aCopy full SHA for be0728a
.github/workflows/python-ci.yml
@@ -26,6 +26,7 @@ jobs:
26
pip install pipenv
27
pip install build
28
pipenv install --dev
29
+ pipenv run pip install 'setuptools<71'
30
- name: Test
31
run: |
32
pipenv run pytest
0 commit comments