File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,15 @@ init:
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
- - 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
49
49
- conda env create -f environment.yml
50
50
- activate cadquery
51
51
# - cmd: conda install -c conda-forge -c defaults -c cadquery python=%PYTHON_VERSION%
52
52
# - sh: conda install -c conda-forge -c defaults -c cadquery python=$PYTHON_VERSION
53
53
# - pip install black=19.10b0
54
+ - cmd : conda install python=%PYTHON_VERSION%
55
+ - sh : conda install python=$PYTHON_VERSION
54
56
-
pip install git+https://github.com/CadQuery/[email protected]
55
57
# - pip install mypy
56
58
# - pip install pytest
You can’t perform that action at this time.
0 commit comments