Skip to content

Commit

Permalink
fix ci on macos
Browse files Browse the repository at this point in the history
Signed-off-by: xadupre <xadupre@microsoft.com>
  • Loading branch information
xadupre committed Oct 3, 2024
1 parent e27ed95 commit add4294
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
with:
python-version: ${{ matrix.python_version }}

- name: install libomp
if: matrix.os == 'macos-latest'
run: |
brew install libomp
- name: Install requirements
run: python -m pip install -r requirements.txt

Expand Down

0 comments on commit add4294

Please sign in to comment.