We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f95a1 commit 550f429Copy full SHA for 550f429
.travis.yml
@@ -3,17 +3,17 @@ dist: focal
3
language: python
4
python: 3.9
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
+#addons:
+# apt:
+# packages:
+# - libatlas-base-dev
+# - liblapack-dev
+# - gfortran
+# - libgmp-dev
+# - libmpfr-dev
+# - libsuitesparse-dev
+# - ccache
+# - libmpc-dev
17
env:
18
- PATH=$PATH:$HOME/.cargo/bin
19
before_install:
0 commit comments