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 5e72611 commit 69a5205Copy full SHA for 69a5205
.github/workflows/test.yml
@@ -37,8 +37,7 @@ jobs:
37
38
- name: Run bmi-test
39
run: |
40
- pip install model-metadata gimli.units bmi-tester
41
- pip install .
+ pip install .[testing] gimli.units
42
bmi-test heat:BmiHeat --config-file=${GITHUB_WORKSPACE}/examples/heat.yaml --root-dir=examples -vvv
43
44
- name: Coveralls
0 commit comments