Skip to content

Commit

Permalink
add full path for root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gantian127 committed Apr 18, 2024
1 parent a5a2f28 commit 3064ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
python -c 'import pymt_dbseabed'
- name: Test bmi-test
working-directory: ${{github.workspace}}/notebooks
run: |
pwd
ls
cp ${{github.workspace}}/notebooks/config_file.yaml .
bmi-test pymt_dbseabed.bmi:DbSeabedData --config-file=config_file.yaml --root-dir=. -vvv
bmi-test pymt_dbseabed.bmi:DbSeabedData --config-file=${{github.workspace}}/notebooks/config_file.yaml --root-dir=${{github.workspace}}/notebooks -vvv

0 comments on commit 3064ab2

Please sign in to comment.