Skip to content

Commit

Permalink
Update ubuntu.yml to enable HDF tests in the wrapper tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdiazangulo committed Dec 26, 2024
1 parent 9039329 commit 8dad883
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ jobs:
- name: Run all wrapper tests
env:
SEMBA_FDTD_ENABLE_MTLN: ${{ matrix.mtln }}
run: python -m pytest -m 'not mtln' test/
SEMBA_FDTD_ENABLE_HDF: ${{ matrix.hdf }}
run: python -m pytest test/



0 comments on commit 8dad883

Please sign in to comment.