We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21626d5 commit 9766a58Copy full SHA for 9766a58
1 file changed
.appveyor.yml
@@ -11,6 +11,8 @@ environment:
11
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
12
13
install:
14
+ - cd %APPVEYOR_BUILD_FOLDER%
15
+ - git submodule update --init --recursive
16
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
17
- conda config --set always_yes yes --set changeps1 no
18
- conda env create -f environment.yaml
0 commit comments