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 5c62463 commit e7b85e0Copy full SHA for e7b85e0
.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