Skip to content

Commit 50b4a98

Browse files
author
notactuallyfinn
committed
added import for pytest
1 parent 25717af commit 50b4a98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install pytest
31+
pip install pytest_unordered
3132
pip install -e .[dev]
3233
- name: Test with pytest
3334
run: |

0 commit comments

Comments
 (0)