Skip to content

Commit 4d2e2fe

Browse files
updated gitHub CI to include py 3.12
1 parent d690052 commit 4d2e2fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/conda_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
#os: ["ubuntu-latest", "windows-latest","macos-latest"]
1111
os: ["windows-latest","macos-latest"]
12-
pyver: ["3.9", "3.10", "3.11"]
12+
pyver: ["3.9", "3.10", "3.11", "3.12"]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: conda-incubator/setup-miniconda@v3
@@ -32,7 +32,6 @@ jobs:
3232
--file conda_requirements.txt \
3333
--file conda_requirements_build.txt \
3434
--file conda_requirements_test.txt \
35-
--file ../oil_database/adios_db/conda_requirements.txt
3635
- name: Build Our Packages
3736
shell: bash -l {0}
3837
run: |

0 commit comments

Comments
 (0)