We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb47354 commit 36488daCopy full SHA for 36488da
.github/workflows/dev.yaml
@@ -29,5 +29,7 @@ jobs:
29
30
- name: install developer dependencies
31
run: |
32
+ # NOTE: production use of this command
33
+ # would be python -m pip ...
34
pip install --upgrade pip
35
pip install -e . --group test --group lint --group docs
0 commit comments