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 104e954 commit 9c417afCopy full SHA for 9c417af
.github/workflows/test.yml
@@ -141,7 +141,7 @@ jobs:
141
- name: Test BMI
142
working-directory: ${{ github.workspace }}
143
run: |
144
- bmi-test pymt_heatf._bmi:HeatModelF --config-file=${{ github.workspace }}/examples/test.cfg --root-dir=examples -vvv
+ bmi-test pymt_heatf._bmi:HeatModelF --config-file=${{ github.workspace }}\examples\test.cfg --root-dir=${{ github.workspace }}\examples -vvv
145
146
- name: Run examples
147
working-directory: ${{ github.workspace }}/examples
0 commit comments