Skip to content

Commit fa351ca

Browse files
authored
pip install --only-binary=numpy
1 parent 3e13c9d commit fa351ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dist: focal
33
language: python
44
python: 3.9
55
cache: pip
6-
before_install: pip install --upgrade pip setuptools six
6+
before_install: pip install --upgrade pip setuptools six wheel --only-binary=numpy
77
jobs:
88
include:
99
- name: Build

0 commit comments

Comments
 (0)