We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069c1d8 commit 40bc930Copy full SHA for 40bc930
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Doing editable install
24
shell: bash -l {0}
25
run: |
26
- test -f setup.py && pip install -e ".[dev]"
+ pip install -e ".[dev]"
27
28
- name: Check we are starting with clean git checkout
29
0 commit comments