Skip to content

Commit ce88d39

Browse files
committed
Fixing prob-specs pathing issues now thst the directory is python
1 parent 4bd99b2 commit ce88d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
continue-on-error: true
7979
run: |
8080
cd python
81-
../bin/template_status.py -v -p ./problem-specifications
81+
../bin/template_status.py -v -p ../problem-specifications
8282
8383
- name: Check exercises
8484
run: |

0 commit comments

Comments
 (0)