Skip to content

Commit 815933a

Browse files
committed
Update workflow
1 parent f76d4e6 commit 815933a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
python3 -m pip install -e '.[test]'
26+
python3 -m pip install -e '.[dev]'
2727
- name: Lint with ruff
2828
run: ruff .
2929
- name: Check formatting with black

0 commit comments

Comments
 (0)