Skip to content

Commit 9766a58

Browse files
committed
Fixed Appveyor non-recursive git clone
1 parent 21626d5 commit 9766a58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ environment:
1111
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
1212

1313
install:
14+
- cd %APPVEYOR_BUILD_FOLDER%
15+
- git submodule update --init --recursive
1416
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
1517
- conda config --set always_yes yes --set changeps1 no
1618
- conda env create -f environment.yaml

0 commit comments

Comments
 (0)