We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c92d85 commit 1a62202Copy full SHA for 1a62202
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Install dependencies
56
if: steps.cache.outputs.cache-hit != 'true'
57
run: |
58
- pip install --disable-pip-version-check -e .[dev]
+ pip install --disable-pip-version-check -e . --group=dev
59
- name: Linting
60
61
ruff check --diff --output-format=github linuxpy tests examples
0 commit comments