Skip to content

Commit

Permalink
Add SymPy to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmaddison committed Nov 1, 2024
1 parent a2b873a commit 3bac1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-bt_ocean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python3 -m venv bt_ocean_venv
. bt_ocean_venv/bin/activate
python3 -m pip install flake8 jax[cpu] keras matplotlib pytest pytest-timeout pytest-xdist ruff scipy zarr
python3 -m pip install flake8 jax[cpu] keras matplotlib pytest pytest-timeout pytest-xdist ruff scipy sympy zarr
- name: Lint
run: |
. bt_ocean_venv/bin/activate
Expand Down

0 comments on commit 3bac1a2

Please sign in to comment.