Skip to content

Commit

Permalink
Remove brew unlink libomp line from GitHub workflows (mac)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrShushen committed Dec 2, 2024
1 parent a82ccad commit 03f58ed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install MacOS dependencies
run: |
brew unlink libomp
brew install rajivshah3/libomp-tap/libomp@11.1.0
if: ${{ matrix.os == 'macos-latest' }}
- name: Install dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install MacOS dependencies
run: |
brew unlink libomp
brew install rajivshah3/libomp-tap/libomp@11.1.0
if: ${{ matrix.os == 'macos-latest' }}
- name: Install dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install MacOS dependencies
run: |
brew unlink libomp
brew install rajivshah3/libomp-tap/libomp@11.1.0
if: ${{ matrix.os == 'macos-latest' }}
- name: Install dependencies
Expand Down

0 comments on commit 03f58ed

Please sign in to comment.