Skip to content

Commit

Permalink
Do not use OMP on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed Oct 14, 2020
1 parent 4691eac commit 2ad8d1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
os: osx
osx_image: xcode10.1
language: shell
env: PIP=pip3
env:
PIP=pip3
USE_OMP=0
cache:
- directories:
- $HOME/Library/Caches/pip
Expand Down

0 comments on commit 2ad8d1b

Please sign in to comment.