Skip to content

Commit 1a62202

Browse files
committed
Install dev group
1 parent 3c92d85 commit 1a62202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install dependencies
5656
if: steps.cache.outputs.cache-hit != 'true'
5757
run: |
58-
pip install --disable-pip-version-check -e .[dev]
58+
pip install --disable-pip-version-check -e . --group=dev
5959
- name: Linting
6060
run: |
6161
ruff check --diff --output-format=github linuxpy tests examples

0 commit comments

Comments
 (0)