Skip to content

Commit

Permalink
use python 3.12 in build
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Oct 18, 2023
1 parent 4139b45 commit 6c510d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
- uses: julia-actions/setup-julia@v1
with:
version: '1.9.2'
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
Expand All @@ -56,6 +56,7 @@ jobs:
miniforge-version: latest
activate-environment: env
use-mamba: true
python-version: "3.12"
- name: Add conda to system path
run: |
echo $CONDA/bin >> $GITHUB_PATH
Expand Down

0 comments on commit 6c510d0

Please sign in to comment.