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 9c417af commit 5fe6965Copy full SHA for 5fe6965
.github/workflows/test.yml
@@ -138,10 +138,10 @@ jobs:
138
python -c 'import pymt_heatf'
139
python -c 'from pymt.models import HeatModelF'
140
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=${{ github.workspace }}\examples -vvv
+ # - name: Test BMI
+ # working-directory: ${{ github.workspace }}
+ # run: |
+ # bmi-test pymt_heatf._bmi:HeatModelF --config-file=${{ github.workspace }}\examples\test.cfg --root-dir=examples -vvv
145
146
- name: Run examples
147
working-directory: ${{ github.workspace }}/examples
0 commit comments