Skip to content

Commit

Permalink
macOs build IV
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarrond committed Sep 15, 2023
1 parent 58d5cb0 commit 7013d16
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pytest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,21 @@ jobs:
matrix:
python-version: ["3.9"]
os: [ubuntu-latest, windows-latest, macos-latest]
- include:
llvm-version: "13.0.0"
os: ubuntu-latest

runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
submodules: recursive
# brew install --with-toolchain llvm libomp ?
- name: (MacOs only) Install Clang
- name: (MacOs only) Set up Clang
if: matrix.os == 'macos-latest'
run: |
brew install llvm libomp
which clang
ls /usr/local/opt/llvm
uses: KyleMayes/install-llvm-action@v1
with:
version: ${{ matrix.llvm-version }}
# - name: (MacOs only) Set gcc/gxx environment variables
# if: matrix.os == 'macos-latest'
# run: |
Expand Down

0 comments on commit 7013d16

Please sign in to comment.