Skip to content

Commit 760ee65

Browse files
committed
Back to the inefficient version of swapping the Python version after install
1 parent 8bbc52b commit 760ee65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@ 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-
- sh: 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
48+
# - sh: sed -i 's/python>=3.6/python=$PYTHON_VERSION/g' environment.yml
4949
- conda env create -f environment.yml
5050
- activate cadquery
5151
#- cmd: conda install -c conda-forge -c defaults -c cadquery python=%PYTHON_VERSION%
5252
#- sh: conda install -c conda-forge -c defaults -c cadquery python=$PYTHON_VERSION
5353
#- pip install black=19.10b0
54+
- cmd: conda install python=%PYTHON_VERSION%
55+
- sh: conda install python=$PYTHON_VERSION
5456
- pip install git+https://github.com/CadQuery/[email protected]
5557
#- pip install mypy
5658
#- pip install pytest

0 commit comments

Comments
 (0)