We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f41b21 commit 63c86a3Copy full SHA for 63c86a3
1 file changed
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Install package with test dependencies
36
run: |
37
- pip install .[test]
+ pip install -e .[test]
38
39
- name: Test installed package
40
0 commit comments