Skip to content

Commit

Permalink
add new test
Browse files Browse the repository at this point in the history
  • Loading branch information
gantian127 committed Apr 17, 2024
1 parent ec13304 commit 2c08b6e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ jobs:
- name: Install testing dependencies
run: mamba install --file=requirements-testing.txt

- name: Test
- name: Test import
run: |
python -c 'import pymt_dbseabed'
# bmi-test pymt_dbseabed.bmi:DbSeabedData -vvv
- name: Test bmi-test
working-directory: ${{ github.workspace }}/notebooks
run: |
bmi-test pymt_dbseabed.bmi:DbSeabedData --config-file=config_file.yaml --root-dir=. -vvv

0 comments on commit 2c08b6e

Please sign in to comment.