Skip to content

Commit

Permalink
Separate nox install from notebook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 17, 2024
1 parent 4e054de commit 79735a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:
miniforge-version: latest
auto-update-conda: true

- name: Install nox
run: pip install nox

- name: Test Jupyter notebooks
env:
MPLBACKEND: "Agg"
run: |
pip install nox
nox --verbose -s test-notebooks --force-pythons="${{ matrix.python-version }}"

0 comments on commit 79735a3

Please sign in to comment.