We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fe16e commit 2cd5b40Copy full SHA for 2cd5b40
1 file changed
.github/workflows/test.yml
@@ -43,9 +43,7 @@ jobs:
43
44
- name: Run bmi-test
45
run: |
46
- pip install model-metadata
47
- conda install gimli.units -c conda-forge
48
- pip install bmi-tester
+ pip install model-metadata gimli.units 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