Skip to content

Commit

Permalink
CI: try wget again ...
Browse files Browse the repository at this point in the history
  • Loading branch information
fkuehlein committed Jan 15, 2024
1 parent 36c107e commit fe538c9
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:
- curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe -o miniconda.exe
- start /wait "" miniconda.exe /S
- wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe -O miniconda.exe
- travis_retry 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 fe538c9

Please sign in to comment.