Skip to content

Commit

Permalink
changed python 3.12 to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
GwydionJon committed Nov 23, 2023
1 parent bf712e5 commit 012a965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.12"]
python-version: ["3.10", "3.11"]
defaults:
run:
shell: bash -l {0}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
with:
auto-update-conda: true
auto-activate-base: false
python-version: 3.10.5
python-version: 3.11
activate-environment: morph
#environment-file: environment-dev.yml

Expand Down

0 comments on commit 012a965

Please sign in to comment.