Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cornac
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arthur Batel
cornac
Commits
d9dd809e
Commit
d9dd809e
authored
3 years ago
by
tqtg
Browse files
Options
Downloads
Patches
Plain Diff
brew reinstall gcc libomp llvm
parent
4df93e4d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/python-publish.yml
+1
-2
1 addition, 2 deletions
.github/workflows/python-publish.yml
with
1 addition
and
2 deletions
.github/workflows/python-publish.yml
+
1
−
2
View file @
d9dd809e
...
@@ -37,9 +37,8 @@ jobs:
...
@@ -37,9 +37,8 @@ jobs:
-
name
:
Install GCC for MacOS using Homebrew
-
name
:
Install GCC for MacOS using Homebrew
if
:
matrix.os == 'macos-latest'
if
:
matrix.os == 'macos-latest'
run
:
|
run
:
|
brew install gcc
brew
re
install gcc
libomp llvm
brew link gcc
brew link gcc
brew install llvm
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment