We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9322ea9 commit 62ed964Copy full SHA for 62ed964
.github/workflows/tests.yml
@@ -96,6 +96,7 @@ jobs:
96
github-token: ${{ secrets.GITHUB }}
97
- name: Setup package
98
run: |
99
+ pip install --upgrade setuptools
100
pip install -r requirements.txt
101
pip install . --upgrade
102
python -m pip install --user pytest
0 commit comments