We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f931d commit 56fe16eCopy full SHA for 56fe16e
.github/workflows/test.yml
@@ -44,7 +44,8 @@ jobs:
44
- name: Run bmi-test
45
run: |
46
pip install model-metadata
47
- conda install gimli.units pymt_hydrotrend -c conda-forge
+ conda install gimli.units -c conda-forge
48
+ pip install bmi-tester
49
pip install .
50
bmi-test heat:BmiHeat --config-file=${GITHUB_WORKSPACE}/examples/heat.yaml --root-dir=examples -vvv
51
0 commit comments