We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b02cf commit 2f7d66bCopy full SHA for 2f7d66b
.github/workflows/ci.yml
@@ -63,6 +63,9 @@ jobs:
63
sudo rm -rf /Library/Frameworks/Python.framework/
64
# Run upgrades now to fail-fast (setup scripts do this anyway).
65
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
69
- name: setup
70
run: ./scripts/continuous_integration/github_actions/macos_monterey/setup
71
shell: zsh -efuo pipefail {0}
0 commit comments