Skip to content

Commit

Permalink
Make the build environment python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Nov 14, 2024
1 parent 78b39e3 commit 3b35c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
channels: conda-forge
channel-priority: strict
auto-update-conda: true
python-version: ${{ matrix.python-version }}
python-version: 3.12

- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
name: Finalize Build Environment
Expand Down

0 comments on commit 3b35c6f

Please sign in to comment.