From cc4a8e32a67ad1b96e47c80ff28378fba8af9bff Mon Sep 17 00:00:00 2001 From: gantian127 Date: Wed, 17 Apr 2024 15:13:43 -0600 Subject: [PATCH] change testing cmd --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4dc572a..f289ba3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,5 @@ jobs: python -c 'import pymt_dbseabed' - name: Test bmi-test - working-directory: ${{ github.workspace }}/notebooks run: | - bmi-test pymt_dbseabed.bmi:DbSeabedData --config-file=config_file.yaml --root-dir=. -vvv + bmi-test pymt_dbseabed.bmi:DbSeabedData --config-file=notebooks/config_file.yaml --root-dir=notebooks -vvv