Skip to content

Commit d38369a

Browse files
authored
addons: apt: packages: - libblas-dev - liblapack-dev
1 parent eabb852 commit d38369a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ dist: focal
33
language: python
44
python: 3.9-dev
55
cache: pip
6+
addons:
7+
apt:
8+
update: true
9+
packages:
10+
- libblas-dev
11+
- liblapack-dev
612
before_install: pip install --upgrade pip setuptools six
713
install: pip install black flake8
814
notifications:

0 commit comments

Comments
 (0)