Skip to content

Commit e712709

Browse files
committed
solve issue powershell
1 parent ad69651 commit e712709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install:
3838
# https://github.com/conda/conda/issues/1753
3939
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PYTHON%\\Library\\bin;%PATH%"
4040
- conda update conda -y -q
41-
- conda create -n testenv --yes python=$PYTHON_VERSION pip
41+
- conda create -n testenv --yes python=%PYTHON_VERSION% pip
4242
- activate testenv
4343
- conda install scipy numpy -y -q
4444
- pip install --pre scikit-learn

0 commit comments

Comments
 (0)