Skip to content

Commit 58a3a77

Browse files
committed
Fix tests
1 parent d92a8e2 commit 58a3a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python install pytest
30+
pip install pytest
3131
python setup.py install
3232
3333
- name: Run Tests

0 commit comments

Comments
 (0)