Skip to content

Commit 2f7d66b

Browse files
committed
[ci] Install missing macOS GHA pip3.11
Continuation of the saga: #250, #252, #257, #259.
1 parent e1b02cf commit 2f7d66b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
sudo rm -rf /Library/Frameworks/Python.framework/
6464
# Run upgrades now to fail-fast (setup scripts do this anyway).
6565
brew update && brew upgrade
66+
# On 2023-02-16 the pip3.11 symlink was mysteriously missing.
67+
brew link --overwrite [email protected]
68+
pip3.11 --version
6669
- name: setup
6770
run: ./scripts/continuous_integration/github_actions/macos_monterey/setup
6871
shell: zsh -efuo pipefail {0}

0 commit comments

Comments
 (0)