We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7360585 commit ac2951aCopy full SHA for ac2951a
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Install
26
run: |
27
- pip install ."[all]"
+ pip install -e ."[all]"
28
29
- name: Unit Tests
30
0 commit comments