Skip to content

Commit

Permalink
fixing MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaud90 committed Apr 26, 2024
1 parent ef75b02 commit 68d7ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_tests_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
conda install pytest matplotlib numba numpy scipy cython
export CC="gcc-12"
export CPPFLAGS="$CPPFLAGS -Xpreprocessor -fopenmp"
export CPPFLAGS="$CPPFLAGS -Xpreprocessor -fopenmp -lgomp"
python -m pip install -v .
- name: Run pytest
Expand Down

0 comments on commit 68d7ab5

Please sign in to comment.