File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
install :
45
45
- conda config --set always_yes yes --set changeps1 no
46
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
48
- - cmd : C:\cygwin64\bin\bash --login -c "sed -i 's/python>=3.6/python=$PYTHON_VERSION/g' environment.yml"
47
+ - pwsh : ((Get-Content -path environment.yml -Raw) -replace 'python>=3.6',"python=$PYTHON_VERSION") | Set-Content -Path environment.yml
49
48
- sh : sed -i 's/python>=3.6/python=$PYTHON_VERSION/g' environment.yml
49
+ - pwsh : type environment.yml
50
50
- conda env create -f environment.yml
51
51
- activate cadquery
52
52
# - cmd: conda install -c conda-forge -c defaults -c cadquery python=%PYTHON_VERSION%
You can’t perform that action at this time.
0 commit comments