Skip to content

Commit

Permalink
build(ci): explicitly specify download name
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikbucher committed Jul 11, 2019
1 parent fc4ccf7 commit 28bf1eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Expand Up @@ -100,10 +100,10 @@ install:
# - "%CMD_IN_ENV% pip install -r requirements-dev.txt"

# We install Rtree from a repo, as otherwise it will fail :(
- curl https://polybox.ethz.ch/index.php/s/xLiZFpwe74CoUpG/download # Rtree-0.8.3-cp36-cp36m-win_amd64.whl
- curl https://polybox.ethz.ch/index.php/s/izPyaEdgx79kIYq/download # GDAL-2.4.1-cp36-cp36m-win_amd64.whl
- curl https://polybox.ethz.ch/index.php/s/spVnjqY1RfMdFD6/download # Fiona-1.8.6-cp36-cp36m-win_amd64.whl
- curl https://polybox.ethz.ch/index.php/s/gm8fQHLMpNdHE8l/download # Shapely-1.6.4.post2-cp36-cp36m-win_amd64.whl
- curl https://polybox.ethz.ch/index.php/s/xLiZFpwe74CoUpG/download --output Rtree-0.8.3-cp36-cp36m-win_amd64.whl
- curl https://polybox.ethz.ch/index.php/s/izPyaEdgx79kIYq/download --output GDAL-2.4.1-cp36-cp36m-win_amd64.whl
- curl https://polybox.ethz.ch/index.php/s/spVnjqY1RfMdFD6/download --output Fiona-1.8.6-cp36-cp36m-win_amd64.whl
- curl https://polybox.ethz.ch/index.php/s/gm8fQHLMpNdHE8l/download --output Shapely-1.6.4.post2-cp36-cp36m-win_amd64.whl
- "%CMD_IN_ENV% pip install Rtree-0.8.3-cp36-cp36m-win_amd64.whl"
- "%CMD_IN_ENV% pip install GDAL-2.4.1-cp36-cp36m-win_amd64.whl"
- "%CMD_IN_ENV% pip install Fiona-1.8.6-cp36-cp36m-win_amd64.whl"
Expand Down

0 comments on commit 28bf1eb

Please sign in to comment.