Skip to content

Commit

Permalink
Fix python version 3.11 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DocGarbanzo committed Mar 21, 2024
1 parent 6b96b77 commit 7a3ec4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Create python 3.9 conda env
- name: Create python 3.11 conda env
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
python-version: 3.11
mamba-version: "*"
activate-environment: donkey
auto-activate-base: false
Expand Down

0 comments on commit 7a3ec4b

Please sign in to comment.