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 1f45900 commit e5a1fa0Copy full SHA for e5a1fa0
.github/workflows/ci-macos.yml
@@ -52,6 +52,7 @@ jobs:
52
53
- name: Install dependencies
54
run: |
55
+ brew uninstall --force cmake || true
56
eval $(build/bin/sage-print-system-package-command homebrew update)
57
eval $(build/bin/sage-print-system-package-command homebrew --yes --ignore-missing install $(build/bin/sage-get-system-packages homebrew _bootstrap _prereq $(build/bin/sage-package list :standard:)))
58
@@ -68,4 +69,4 @@ jobs:
68
69
70
source ./.homebrew-build-env # Needed so that runtime cython can find the dependencies
71
./sage -t --all -p4
-
72
+
0 commit comments