Skip to content

Commit 98cfe95

Browse files
committed
run script direct with test runner ref, but not the Path.
1 parent 52f2f43 commit 98cfe95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,4 @@ jobs:
8282
- name: Check exercises
8383
run: |
8484
cd python
85-
../bin/test_exercises.py --runner exercism/python-test-runner
86-
85+
../bin/test_exercises.py --runner test-runner

0 commit comments

Comments
 (0)