Skip to content

Commit

Permalink
Partially revert "CI: Update actions/setup-python"
Browse files Browse the repository at this point in the history
Due to actions/setup-python#819, it fails to install python on a Windows
11 (or presumably Server 2022) self-hosted runner, when a suitable
version of python was not already installed.

Closes #85

This partially reverts commit d5779cd.
  • Loading branch information
jeremyd2019 committed Mar 18, 2024
1 parent 9a0b6a3 commit b6d332d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ jobs:
- uses: actions/checkout@v4

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

0 comments on commit b6d332d

Please sign in to comment.