Skip to content

Commit

Permalink
added import test
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Jan 5, 2025
1 parent fb3aa5f commit d6242ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: install dependencies
run: python -m pip install .[tests]
run: |
python -m pip install .
python -c "import paramak"
- name: Test with pytest
run: |
python -m pip install .[tests]
pytest -v
python examples/plasma.py
python examples/spherical_tokamak_from_plasma_minimal.py
Expand Down

0 comments on commit d6242ab

Please sign in to comment.