Skip to content

Commit

Permalink
fix(setup-python): update default Python version to 3.11.0 and add cache
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Dec 18, 2024
1 parent 92d3e22 commit 4c789c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Setup Python
inputs:
python-version:
description: Python version
default: '3.8'
default: '3.11.0'

runs:
using: composite
Expand All @@ -19,6 +19,8 @@ runs:
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
cache: pip
architecture: x64

- name: Install the project
run: |
Expand Down
Empty file added CONTRIBUTING.md
Empty file.

0 comments on commit 4c789c6

Please sign in to comment.