Skip to content

Commit

Permalink
Update notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Sep 29, 2024
1 parent 6b19f6b commit afed36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: uv run python -m pytest tests --cov --cov-config=pyproject.toml --cov-report=xml --verbose

- name: Run Jupyter Notebook integration tests
run: uv run python -m pytest --nbval-lax docs/notebooks/Model_tides.ipynb
run: uv run python -m pytest --nbval-lax docs/notebooks/

- name: Check typing
run: uv run mypy
Expand Down

0 comments on commit afed36b

Please sign in to comment.