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 19ea4e4 commit 8bbc52bCopy full SHA for 8bbc52b
appveyor.yml
@@ -44,7 +44,8 @@ init:
44
install:
45
- conda config --set always_yes yes --set changeps1 no
46
- conda update -q conda
47
- - sed -i 's/python>=3.6/python=$PYTHON_VERSION/g' environment.yml
+ - pwsh: ((Get-Content -path environment.yml -Raw) -replace 'python>=3.6',"python=$PYTHON_VERSION") | Set-Content -Path environment.yml
48
+ - sh: sed -i 's/python>=3.6/python=$PYTHON_VERSION/g' environment.yml
49
- conda env create -f environment.yml
50
- activate cadquery
51
#- cmd: conda install -c conda-forge -c defaults -c cadquery python=%PYTHON_VERSION%
0 commit comments