Skip to content

Commit

Permalink
try to fix the conda HTTP error on the appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
c-f-h committed Jan 19, 2023
1 parent a29130e commit 70e267c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ init:

install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no
- conda config --set always_yes yes --set changeps1 no --set ssl_verify False
- "conda create -q -n test-environment python=%PYTHON_VERSION% wheel setuptools Cython pytest %MSVC_RUNTIME% numpy scipy matplotlib"
- activate test-environment

Expand Down

0 comments on commit 70e267c

Please sign in to comment.