We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9661d6f commit 4bd99b2Copy full SHA for 4bd99b2
.github/workflows/main.yml
@@ -77,7 +77,8 @@ jobs:
77
- name: Test template status
78
continue-on-error: true
79
run: |
80
- bin/template_status.py -v -p ./problem-specifications --spec-path ./problem-specifications
+ cd python
81
+ ../bin/template_status.py -v -p ./problem-specifications
82
83
- name: Check exercises
84
0 commit comments