Skip to content

Commit 243de43

Browse files
committed
Trying to debug why the Windows substitution does not work
1 parent a8b8fff commit 243de43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ init:
4444
install:
4545
- conda config --set always_yes yes --set changeps1 no
4646
- 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
4948
- sh: sed -i 's/python>=3.6/python=$PYTHON_VERSION/g' environment.yml
49+
- pwsh: type environment.yml
5050
- conda env create -f environment.yml
5151
- activate cadquery
5252
#- cmd: conda install -c conda-forge -c defaults -c cadquery python=%PYTHON_VERSION%

0 commit comments

Comments
 (0)