We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3c58c commit 6bb5d14Copy full SHA for 6bb5d14
1 file changed
.github/workflows/test.yml
@@ -44,11 +44,9 @@ jobs:
44
45
- name: Run bmi-test
46
run: |
47
- pip install model-metadata
48
- conda install gimli.units -c conda-forge
49
- pip install bmi-tester
+ pip install model-metadata gimli.units bmi-tester
50
pip install .
51
- bmi-test heat:BmiHeat --config-file=./examples/heat.yaml --root-dir=./examples -vvv
+ bmi-test heat:BmiHeat --config-file=./heat.yaml --root-dir=./examples -vvv
52
53
- name: Coveralls
54
if: matrix.os == 'ubuntu-latest'
0 commit comments