Skip to content

Commit 6f5e455

Browse files
committed
fix workflow
1 parent 7b33b71 commit 6f5e455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/expander.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Set up pytest
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install --user pytest
21+
pip install pytest
2222
- name: Run test_expander.py
2323
run: pytest

0 commit comments

Comments
 (0)