Skip to content

Commit 5fe6965

Browse files
committed
Don't run bmi-tester on Windows
1 parent 9c417af commit 5fe6965

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ jobs:
138138
python -c 'import pymt_heatf'
139139
python -c 'from pymt.models import HeatModelF'
140140
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
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
145145

146146
- name: Run examples
147147
working-directory: ${{ github.workspace }}/examples

0 commit comments

Comments
 (0)