Skip to content

Commit 2cd5b40

Browse files
committed
pip install gimli.units; fix path to heat.yaml
1 parent 56fe16e commit 2cd5b40

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ jobs:
4343
4444
- name: Run bmi-test
4545
run: |
46-
pip install model-metadata
47-
conda install gimli.units -c conda-forge
48-
pip install bmi-tester
46+
pip install model-metadata gimli.units bmi-tester
4947
pip install .
5048
bmi-test heat:BmiHeat --config-file=${GITHUB_WORKSPACE}/examples/heat.yaml --root-dir=examples -vvv
5149

0 commit comments

Comments
 (0)