Skip to content

Commit

Permalink
Use setup-python from main instead of tagged version
Browse files Browse the repository at this point in the history
The the commit actions/setup-python@29a37be
over 5.2.0 because it include a fix the windows system that doesn't handle CRLF well.

The reason for this is `actions/setup-python` is looking for project to test that change:
actions/setup-python#935 (comment)
  • Loading branch information
FirelightFlagboy committed Sep 9, 2024
1 parent d0532a3 commit 644618d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-python-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
echo "${APPDATA}\.poetry\bin" >> "$GITHUB_PATH"
- name: Install python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # pin v5.2.0
uses: actions/setup-python@29a37be0a3d3e8bf5bc1eb19cd0502922f5b312a # pin v5.2.0
id: setup-python
with:
python-version-file: ${{ inputs.project-path }}/pyproject.toml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- newsfragments/**
- name: Install python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # pin v5.2.0
uses: actions/setup-python@29a37be0a3d3e8bf5bc1eb19cd0502922f5b312a # pin v5.2.0
id: setup-python
with:
python-version: 3.12
Expand Down

0 comments on commit 644618d

Please sign in to comment.