Skip to content

Commit 6a24d17

Browse files
pytest?
1 parent 599d985 commit 6a24d17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
- name: Test with pytest
3131
run: |
3232
conda activate base
33-
pytest eelbrain --no-gui
33+
python -m pytest --version
34+
python -m pytest eelbrain --no-gui

0 commit comments

Comments
 (0)