Skip to content

Commit

Permalink
run more tests in build WF
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Schramm authored and Georg Schramm committed Nov 30, 2024
1 parent bb19398 commit 2ade8b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
run: |
python -m pip install dist/*.whl
python -c "import pymirc; print('pymirc version:', pymirc.__version__)"
python -c "import pymirc.viewer"
python -c "import pymirc.fileio"
python -c "import pymirc.metrics"
python -c "import pymirc.image_operations"

0 comments on commit 2ade8b2

Please sign in to comment.