Skip to content

Commit

Permalink
Revert "Partially revert "CI: Update actions/setup-python""
Browse files Browse the repository at this point in the history
The upstream issue has (finally) been fixed.

This reverts commit 3e61755.
  • Loading branch information
jeremyd2019 authored and lazka committed Aug 29, 2024
1 parent 05a0511 commit 22f1e5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ jobs:
- uses: actions/checkout@v4

# Reverted from v5 to v4 due to actions/setup-python#819
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
Expand Down

0 comments on commit 22f1e5a

Please sign in to comment.