Skip to content

Commit 4bd99b2

Browse files
committed
more adjustments to avoid template status failure.
1 parent 9661d6f commit 4bd99b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
- name: Test template status
7878
continue-on-error: true
7979
run: |
80-
bin/template_status.py -v -p ./problem-specifications --spec-path ./problem-specifications
80+
cd python
81+
../bin/template_status.py -v -p ./problem-specifications
8182
8283
- name: Check exercises
8384
run: |

0 commit comments

Comments
 (0)