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 6bb5d14 commit 068e532Copy full SHA for 068e532
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
pip install model-metadata gimli.units bmi-tester
48
pip install .
49
- bmi-test heat:BmiHeat --config-file=./heat.yaml --root-dir=./examples -vvv
+ cd examples && bmi-test heat:BmiHeat --config-file=./heat.yaml --root-dir=. -vvv
50
51
- name: Coveralls
52
if: matrix.os == 'ubuntu-latest'
0 commit comments