Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaud90 committed Nov 5, 2024
1 parent a9b7f83 commit ca86a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 pytest-xdist
export CC=/usr/local/opt/llvm/bin/clang
export CC=/usr/local/opt/llvm/bin/clang++
export CXX=/usr/local/opt/llvm/bin/clang++
export CPPFLAGS="$CPPFLAGS -Xpreprocessor -fopenmp -lgomp"
python -m pip install -v .
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
conda install nomkl
conda install pytest matplotlib numba numpy scipy cython pytest-xdist
export CC=/usr/local/opt/llvm/bin/clang
export CC=/usr/local/opt/llvm/bin/clang++
export CXX=/usr/local/opt/llvm/bin/clang++
export CPPFLAGS="$CPPFLAGS -Xpreprocessor -fopenmp -lgomp"
python -m pip install -v .
Expand Down

0 comments on commit ca86a8a

Please sign in to comment.