Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix appveyor #1541

Merged
merged 13 commits into from Oct 20, 2021
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -60,7 +60,7 @@ install:
# Set up conda environment
- cmd: SET PATH=%MINICONDA_VERSION%;%MINICONDA_VERSION%\Scripts;%PATH%
- cmd: conda config --set always_yes true
- cmd: conda update --quiet conda
- cmd: conda update --quiet -c anaconda conda
- cmd: conda create --name testenv python=%PYTHON_VERSION%

# Install requirements from inside conda environment
Expand Down