Skip to content

Commit 8c3e98a

Browse files
committed
Update missed deps installation statement in test.yml
1 parent 7c327c4 commit 8c3e98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Install dependencies
33-
run: pip install .[test]
33+
run: python -m pip install . --group test
3434
- name: Test Execution
3535
run: python -m pytest ./tests

0 commit comments

Comments
 (0)