Skip to content

Commit

Permalink
[ci] Bump setup_python version in create_release.yml (#7267)
Browse files Browse the repository at this point in the history
Hopefully this will fix the current failure:

```
Run actions/setup-python@v1
  with:
    python-version: 3.x
    architecture: x64
Error: Version 3.x with arch x64 not found
```
  • Loading branch information
sbc100 authored Feb 3, 2025
1 parent 758cb17 commit d67da8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm]
steps:
- uses: actions/setup-python@v1
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: actions/checkout@v1
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/setup-python@v1
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: actions/checkout@v1
Expand Down

0 comments on commit d67da8e

Please sign in to comment.