Skip to content

Commit 6bb5d14

Browse files
committed
pip install gimli.units; fix path to heat.yaml
1 parent 4e3c58c commit 6bb5d14

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ jobs:
4444
4545
- name: Run bmi-test
4646
run: |
47-
pip install model-metadata
48-
conda install gimli.units -c conda-forge
49-
pip install bmi-tester
47+
pip install model-metadata gimli.units bmi-tester
5048
pip install .
51-
bmi-test heat:BmiHeat --config-file=./examples/heat.yaml --root-dir=./examples -vvv
49+
bmi-test heat:BmiHeat --config-file=./heat.yaml --root-dir=./examples -vvv
5250
5351
- name: Coveralls
5452
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)