Skip to content

Commit e06cf2d

Browse files
committed
try again
1 parent d32ad8e commit e06cf2d

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
@@ -64,5 +64,5 @@ jobs:
6464
dependency_type: minimum
6565
- name: Run the unit tests
6666
run: |
67-
pip install pytest
67+
pip install ".[test]"
6868
pytest || pytest --lf

0 commit comments

Comments
 (0)