Skip to content

Commit

Permalink
add plotting environment to testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ks905383 committed Aug 21, 2024
1 parent 6bd9fdb commit 7ceb441
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 7ceb441

Please sign in to comment.