Skip to content
Snippets Groups Projects
Unverified Commit 49e0e2c2 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

Update ci_testing.yml

parent 3cd4fbc2
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ jobs: ...@@ -15,7 +15,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"] python-version: ["3.10", "3.11", "3.12"]
defaults: defaults:
run: run:
shell: bash -l {0} shell: bash -l {0}
...@@ -23,7 +23,7 @@ jobs: ...@@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with: with:
submodules: true submodules: true
- uses: conda-incubator/setup-miniconda@v3 - uses: conda-incubator/setup-miniconda@v2
with: with:
use-mamba: true use-mamba: true
channels: conda-forge channels: conda-forge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment