Skip to content

Commit

Permalink
pip install gimli.units; fix path to heat.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Feb 22, 2024
1 parent 4e3c58c commit 6bb5d14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ jobs:
- name: Run bmi-test
run: |
pip install model-metadata
conda install gimli.units -c conda-forge
pip install bmi-tester
pip install model-metadata gimli.units bmi-tester
pip install .
bmi-test heat:BmiHeat --config-file=./examples/heat.yaml --root-dir=./examples -vvv
bmi-test heat:BmiHeat --config-file=./heat.yaml --root-dir=./examples -vvv
- name: Coveralls
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 6bb5d14

Please sign in to comment.