Skip to content

Commit

Permalink
updated github CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Aug 2, 2024
1 parent a091a1c commit 2f96653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
#os: ["ubuntu-latest", "windows-latest","macos-latest"]
os: ["windows-latest","macos-latest"]
pyver: ["3.9", "3.10", "3.11"]
pyver: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: lint
python-version: 3.9
python-version: 3.12
auto-activate-base: false
- shell: bash -l {0}
run: |
Expand Down

0 comments on commit 2f96653

Please sign in to comment.