Skip to content

Commit

Permalink
Bump setup-python version
Browse files Browse the repository at this point in the history
  • Loading branch information
evangriffiths committed Apr 2, 2024
1 parent 8274f5a commit 564aede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/python_prepare/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ runs:
using: "composite"
steps:
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v2
with:
python-version: 3.
python-version: 3.10
- name: Install Poetry
shell: bash
run: curl -sSL https://install.python-poetry.org | python3 -
Expand Down

0 comments on commit 564aede

Please sign in to comment.