From 7ceb441fa71adaf8311d1cce5d1f60b5de8adb81 Mon Sep 17 00:00:00 2001 From: Kevin Schwarzwald Date: Wed, 21 Aug 2024 13:53:36 -0400 Subject: [PATCH] add plotting environment to testing workflow --- .github/workflows/test.yaml | 2 +- ...nt-py3.12_plotfuncs.yml => environment-py3.12.plotfuncs.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ci/{environment-py3.12_plotfuncs.yml => environment-py3.12.plotfuncs.yml} (100%) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a1ee731..61e3bf8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.12.noxesmf"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.12.noxesmf","3.12.plotfuncs"] steps: - uses: actions/checkout@v4 - name: Create conda environment diff --git a/ci/environment-py3.12_plotfuncs.yml b/ci/environment-py3.12.plotfuncs.yml similarity index 100% rename from ci/environment-py3.12_plotfuncs.yml rename to ci/environment-py3.12.plotfuncs.yml