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 c74564f commit f38aa70Copy full SHA for f38aa70
.github/workflows/tests.yml
@@ -62,6 +62,7 @@ jobs:
62
- name: Install Python Deps
63
if: steps.release.outputs.version == 0
64
run: |
65
+ pip install -U pip setuptools
66
pip install -e .[test]
67
68
- name: Test
0 commit comments