Skip to content

Commit 19b6627

Browse files
Debug Windows file problem.
1 parent 475d429 commit 19b6627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run tests
2121
run: |
2222
#cd src; nose2 --with-coverage tests
23-
python src/tests/test_single_model_time_course.py
23+
cd src; python src/tests/test_single_model_time_course.py
2424
- name: Run notebook
2525
run: |
2626
python scripts/convert_notebook_to_script.py

0 commit comments

Comments
 (0)