Skip to content

Commit

Permalink
try to fix mac CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwright committed Jun 17, 2022
1 parent 61938b7 commit f8e1d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
language: shell # 'language: python' is an error on Travis CI macOS, could be generic
install:
- python3 -m pip install --upgrade pip setuptools
- python3 -m pip install --no-use-pep517 --editable .
# fabio could not be installed as a dependency on mac automatically
- python3 -m pip install cython
- python3 -m pip install fabio
- python3 -m pip install --no-use-pep517 --editable .
# 'python3' is a 'command not found' error on Windows but 'py' works on Windows only
script:
- OMP_NUM_THREADS=2 python3 -m pytest

0 comments on commit f8e1d8d

Please sign in to comment.