We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52256e0 commit f07f108Copy full SHA for f07f108
.github/workflows/tests.yml
@@ -49,5 +49,6 @@ jobs:
49
- name: Test
50
if: steps.release.outputs.version == 0
51
run: |
52
+ pip install -U pip setuptools wheel
53
pip install -e .[test]
54
python setup.py test
0 commit comments