Skip to content

Commit 4e3c58c

Browse files
committed
pip install bmi-tester
1 parent 34ddac8 commit 4e3c58c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
- name: Run bmi-test
4646
run: |
4747
pip install model-metadata
48-
conda install gimli.units pymt_hydrotrend -c conda-forge
48+
conda install gimli.units -c conda-forge
49+
pip install bmi-tester
4950
pip install .
5051
bmi-test heat:BmiHeat --config-file=./examples/heat.yaml --root-dir=./examples -vvv
5152

0 commit comments

Comments
 (0)