And decompress it...

This commit is contained in:
Pär Winzell 2019-05-31 22:46:47 -07:00
parent c809dd4905
commit 1242a5a5c1
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ addons:
install: install:
- curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 - curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1
- zstd -d -r --rm sdk
- git clone --depth 1 git://github.com/astropy/ci-helpers.git - git clone --depth 1 git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh - source ci-helpers/travis/setup_conda.sh
- conda config --set always_yes yes - conda config --set always_yes yes