Skip to content

Commit

Permalink
CI: try curl instead of wget
Browse files Browse the repository at this point in the history
- and remove install options
  • Loading branch information
fkuehlein committed Jan 15, 2024
1 parent 514d6fe commit 36c107e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- os: windows
language: shell
before_install:
- travis_retry wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe -O miniconda.exe
- start /wait "" miniconda.exe /S /InstallationType=JustMe /AddToPath=1 /D=%UserProfile%\miniconda
- curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe -o miniconda.exe
- start /wait "" miniconda.exe /S
- conda config --set quiet yes --set always_yes yes --set changeps1 no
- travis_retry conda update -n base -c defaults conda
- travis_retry conda update --all
Expand Down

0 comments on commit 36c107e

Please sign in to comment.