Skip to content

Commit

Permalink
2nd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Dec 22, 2024
1 parent f8cd161 commit 975ee06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install libomp (macOS)
if: matrix.os == 'macos-latest'
if: ${{ matrix.platform == 'macos-latest' }}
run: brew install libomp

- name: Install dependencies
Expand Down

0 comments on commit 975ee06

Please sign in to comment.