Skip to content

Commit

Permalink
Update build_macos.yml
Browse files Browse the repository at this point in the history
Patch to handle brew error on 3.8
  • Loading branch information
peekxc committed Dec 4, 2023
1 parent f19232e commit 332f15f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Clang with OpenMP support
run: |
rm -rf /usr/local/bin/2to3
brew install --force libomp llvm
- name: Update environment flags for Clang
run: |
Expand Down Expand Up @@ -62,4 +63,4 @@ jobs:
- name: Test with pytest
run: |
python -m pytest tests/ --cov=primate --benchmark-skip
coverage report -m
coverage report -m

0 comments on commit 332f15f

Please sign in to comment.