We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ddac8 commit 4e3c58cCopy full SHA for 4e3c58c
1 file changed
.github/workflows/test.yml
@@ -45,7 +45,8 @@ jobs:
45
- name: Run bmi-test
46
run: |
47
pip install model-metadata
48
- conda install gimli.units pymt_hydrotrend -c conda-forge
+ conda install gimli.units -c conda-forge
49
+ pip install bmi-tester
50
pip install .
51
bmi-test heat:BmiHeat --config-file=./examples/heat.yaml --root-dir=./examples -vvv
52
0 commit comments