Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Jun 9, 2024
1 parent 4b8c323 commit 28cade3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
description: 'Python version'
type: string
required: false
default: '3.10'
default: '3.11'

permissions:
contents: write
Expand All @@ -34,7 +34,7 @@ runs:
steps:
- uses: cvxgrp/.github/actions/setup-environment@main
with:
python-version: "${{ inputs.python-version || '3.10' }}"
python-version: "${{ inputs.python-version || '3.11' }}"

- name: Change version in pyproject.toml
shell: bash
Expand Down

0 comments on commit 28cade3

Please sign in to comment.