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 b361a8f commit 514873bCopy full SHA for 514873b
.travis.yml
@@ -10,9 +10,9 @@ before_install:
10
- ./miniconda.sh -b -p ./lib/miniconda
11
- export PATH=$(pwd)/lib/miniconda/bin:$PATH
12
- conda update --yes conda
13
-- wget https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-113.0.0-linux-x86_64.tar.gz
+- wget https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-119.0.0-linux-x86_64.tar.gz
14
-nv
15
-- tar zxvf google-cloud-sdk-113.0.0-linux-x86_64.tar.gz -C lib
+- tar zxvf google-cloud-sdk-119.0.0-linux-x86_64.tar.gz -C lib
16
- export PATH=$(pwd)/lib/google-cloud-sdk/bin:$PATH
17
install:
18
- conda install --yes python=$TRAVIS_PYTHON_VERSION cryptography numpy scipy
0 commit comments