Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a47802

Browse files
committed
Update conda
Update to using conda based on PY36. Remove reference to deleted `dll.config` file
1 parent f4c2ca2 commit 0a47802

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

ci/appveyor_build_recipe.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
$env:CONDA_PY = "$env:PY_VER"
44
# Use pre-installed miniconda. Note that location differs if 64bit
5-
$env:CONDA_BLD = "C:\miniconda35"
5+
$env:CONDA_BLD = "C:\miniconda36"
66

77
if ($env:PLATFORM -eq "x86"){
88
$env:CONDA_BLD_ARCH=32

conda.recipe/bld.bat

-7
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,3 @@
44
set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
55

66
%PYTHON% setup.py install
7-
8-
:: copy our compiled library
9-
set SRC=%RECIPE_DIR%\..
10-
set DEST=%SP_DIR%
11-
12-
:: Install step
13-
copy %SRC%\Python.Runtime.dll.config %DEST%

0 commit comments

Comments
 (0)