Skip to content

Commit

Permalink
Use absolute path to working directory with bmi_tester
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 17, 2024
1 parent b8a3618 commit bd09d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test
run: |
pytest --cov=heat --cov-report=xml:./coverage.xml -vvv
bmi-test heat:BmiHeat --config-file=./examples/heat.yaml --root-dir=./examples -vvv
bmi-test heat:BmiHeat --config-file=${GITHUB_WORKSPACE}/examples/heat.yaml --root-dir=examples -vvv
- name: Coveralls
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
Expand Down

0 comments on commit bd09d79

Please sign in to comment.