We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ea79e commit 9e56765Copy full SHA for 9e56765
1 file changed
.github/workflows/build.yml
@@ -40,8 +40,6 @@ jobs:
40
run: |
41
pip install --upgrade --upgrade-strategy eager setuptools wheel
42
pip install --upgrade --upgrade-strategy eager -r requirements.txt
43
- pip install --upgrade --upgrade-strategy eager -e .
44
- pip freeze > pip-freeze.txt
45
46
- name: Test with pytest
47
0 commit comments