Skip to content

Commit

Permalink
updated gitHub CI to include py 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Nov 26, 2024
1 parent d690052 commit 4d2e2fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 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 All @@ -32,7 +32,6 @@ jobs:
--file conda_requirements.txt \
--file conda_requirements_build.txt \
--file conda_requirements_test.txt \
--file ../oil_database/adios_db/conda_requirements.txt
- name: Build Our Packages
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 4d2e2fe

Please sign in to comment.