Skip to content

Commit

Permalink
CI: try choco again
Browse files Browse the repository at this point in the history
- with commands from example scripts
  • Loading branch information
fkuehlein committed Jan 22, 2024
1 parent 8db98d0 commit 5012e2b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ jobs:
- os: windows
language: shell
before_install:
- choco install miniconda3 --params="'/S /InstallationType=JustMe /AddToPath=1 /D=%UserProfile%\miniconda'"
- refreshenv
- path
- export MINICONDA=$HOME/miniconda
- MINICONDA_WIN=$(cygpath --windows $MINICONDA)
- choco install openssl.light
- choco install miniconda3 --params="'/InstallationType=JustMe /AddToPath=1 /D=MINICONDA_WIN'"
- source $MINICONDA/etc/profile.d/conda.sh
- hash -r
- 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 5012e2b

Please sign in to comment.