File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,20 @@ dist: focal
3
3
language : python
4
4
python : 3.9
5
5
cache : pip
6
+ addons :
7
+ apt :
8
+ packages :
9
+ - libatlas-base-dev
10
+ - liblapack-dev
11
+ - gfortran
12
+ - libgmp-dev
13
+ - libmpfr-dev
14
+ - libsuitesparse-dev
15
+ - ccache
16
+ - libmpc-dev
6
17
env :
7
18
- PATH=$PATH:$HOME/.cargo/bin
8
- before_install :
19
+ before_install :
9
20
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
10
21
- pip install --upgrade pip setuptools six wheel
11
22
- pip install statsmodels
18
29
script :
19
30
- pytest --doctest-modules --ignore=project_euler/ --cov-report=term-missing:skip-covered --cov=. .
20
31
allow_failures :
21
- - install : true
32
+ - install : true
22
33
after_success :
23
34
- scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
24
35
notifications :
You can’t perform that action at this time.
0 commit comments