From 79735a381a0f6f13b99b12b396748210986bd33a Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Sat, 17 Aug 2024 12:59:13 -0600 Subject: [PATCH] Separate nox install from notebook tests --- .github/workflows/test-notebooks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-notebooks.yml b/.github/workflows/test-notebooks.yml index 141ab3a..d070385 100644 --- a/.github/workflows/test-notebooks.yml +++ b/.github/workflows/test-notebooks.yml @@ -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 }}"