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 243de43 commit ea697a2Copy full SHA for ea697a2
appveyor.yml
@@ -44,7 +44,7 @@ init:
44
install:
45
- conda config --set always_yes yes --set changeps1 no
46
- conda update -q conda
47
- - pwsh: ((Get-Content -path environment.yml -Raw) -replace 'python>=3.6',"python=$PYTHON_VERSION") | Set-Content -Path environment.yml
+ - pwsh: ((Get-Content -path environment.yml -Raw) -replace 'python>=3.6',"python=$env:PYTHON_VERSION") | Set-Content -Path environment.yml
48
- sh: sed -i 's/python>=3.6/python=$PYTHON_VERSION/g' environment.yml
49
- pwsh: type environment.yml
50
- conda env create -f environment.yml
0 commit comments