Skip to content

Commit 1b7ddfe

Browse files
authored
ci: correct extra name
1 parent 7e35e95 commit 1b7ddfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: |
3434
pip install --upgrade pip
35-
pip install -e '.[tests]'
35+
pip install -e '.[test]'
3636
- name: Test with pytest
3737
run: |
3838
pytest

0 commit comments

Comments
 (0)