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 d33e549 commit bfd9103Copy full SHA for bfd9103
.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 ./python
+ cd python
81
+ bin/template_status.py -v -p ../problem-specifications --spec-path .
82
83
- name: Check exercises
84
0 commit comments