File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ dist: focal
3
3
language : python
4
4
python : 3.9
5
5
cache : pip
6
- before_install : pip install --upgrade pip setuptools six wheel --only-binary=numpy --only-binary=scipy
6
+ before_install : pip install --upgrade pip setuptools six wheel
7
7
jobs :
8
8
include :
9
9
- install : true
10
- script : pip install scipy
10
+ script : pip install --only-binary=scipy scipy
11
11
- install : true
12
- script : pip install statsmodels
12
+ script : pip install --only-binary=scipy statsmodels
13
13
- install : true
14
- script : pip install tensorflow
14
+ script : pip install --only-binary=scipy tensorflow
15
15
- name : Build
16
- install : pip install pytest-cov -r requirements.txt
16
+ install : pip install --only-binary=numpy --only-binary=scipy pytest-cov -r requirements.txt
17
17
script :
18
18
- pytest --doctest-modules --ignore=project_euler/ --cov-report=term-missing:skip-covered --cov=. .
19
19
allow_failures :
You can’t perform that action at this time.
0 commit comments