File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,15 @@ install:
45
45
- conda config --set always_yes yes --set changeps1 no
46
46
- conda update -q conda
47
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
48
+ - cmd : C:\cygwin64\bin\bash --login -c "sed -i 's/python>=3.6/python=$PYTHON_VERSION/g' environment.yml"
49
+ - sh : sed -i 's/python>=3.6/python=$PYTHON_VERSION/g' environment.yml
49
50
- conda env create -f environment.yml
50
51
- activate cadquery
51
52
# - cmd: conda install -c conda-forge -c defaults -c cadquery python=%PYTHON_VERSION%
52
53
# - sh: conda install -c conda-forge -c defaults -c cadquery python=$PYTHON_VERSION
53
54
# - pip install black=19.10b0
54
- - cmd : conda install python=%PYTHON_VERSION%
55
- - sh : conda install python=$PYTHON_VERSION
55
+ # - cmd: conda install python=%PYTHON_VERSION%
56
+ # - sh: conda install python=$PYTHON_VERSION
56
57
-
pip install git+https://github.com/CadQuery/[email protected]
57
58
# - pip install mypy
58
59
# - pip install pytest
You can’t perform that action at this time.
0 commit comments