Skip to content

Commit 36488da

Browse files
committed
CI should not be an example
1 parent bb47354 commit 36488da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ jobs:
2929

3030
- name: install developer dependencies
3131
run: |
32+
# NOTE: production use of this command
33+
# would be python -m pip ...
3234
pip install --upgrade pip
3335
pip install -e . --group test --group lint --group docs

0 commit comments

Comments
 (0)