forked from AcademySoftwareFoundation/OpenShadingLanguage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: For Mac, test python 3.9 for MacOS11, and 3.10 for MacOS12 (Acade…
…mySoftwareFoundation#1554) This cleans up some recently-failing CI tests. Signed-off-by: Larry Gritz <[email protected]>
- Loading branch information
Showing
2 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,11 @@ brew list --versions | |
|
||
brew install --display-times -q gcc ccache cmake ninja boost || true | ||
brew link --overwrite gcc | ||
brew install --display-times -q python@${PYTHON_VERSION} || true | ||
brew unlink [email protected] || true | ||
brew unlink [email protected] || true | ||
brew unlink [email protected] || true | ||
brew unlink [email protected] || true | ||
brew unlink [email protected] || true | ||
brew link --overwrite --force python@${PYTHON_VERSION} || true | ||
brew upgrade --display-times -q cmake || true | ||
brew install --display-times -q ilmbase openexr | ||
|