Skip to content

Commit 56fe16e

Browse files
committed
pip install bmi-tester
1 parent b2f931d commit 56fe16e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
- name: Run bmi-test
4545
run: |
4646
pip install model-metadata
47-
conda install gimli.units pymt_hydrotrend -c conda-forge
47+
conda install gimli.units -c conda-forge
48+
pip install bmi-tester
4849
pip install .
4950
bmi-test heat:BmiHeat --config-file=${GITHUB_WORKSPACE}/examples/heat.yaml --root-dir=examples -vvv
5051

0 commit comments

Comments
 (0)