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.
2 parents 5c62463 + e7b85e0 commit 5cbc710Copy full SHA for 5cbc710
.github/workflows/test.yaml
@@ -60,7 +60,7 @@ jobs:
60
- name: Install Python dependencies
61
run: |
62
pip install ${{ matrix.pip-install-spec }}
63
- pip install ".[test]"
+ pip install -e ".[test]"
64
pip freeze
65
66
- name: Run tests
0 commit comments