-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e2e8ac
commit a148d2e
Showing
1 changed file
with
7 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -225,6 +225,13 @@ jobs: | |
wget https://github.com/oneapi-src/oneTBB/releases/download/v${TBB_VERSION}/oneapi-tbb-${TBB_VERSION}-mac.tgz | ||
tar -xf oneapi-tbb-${TBB_VERSION}-mac.tgz | ||
# Clean up python and other stuff we don't need so the right python can be installed with brew | ||
- name: Cleanup Python | ||
run: | | ||
brew uninstall azure-cli | ||
brew uninstall --ignore-dependencies python | ||
brew install --force --overwrite [email protected] | ||
- name: Setup ISPC | ||
run: brew install ispc | ||
|
||
|