Fixed mistake in conda install line
This commit is contained in:
@ -39,7 +39,7 @@ install:
|
|||||||
- conda update -q conda
|
- conda update -q conda
|
||||||
- conda env create -f environment.yml
|
- conda env create -f environment.yml
|
||||||
- activate cadquery
|
- activate cadquery
|
||||||
- conda install -c conda-forge -c defaults -c cadquery=master python=%PYTHON_VERSION%
|
- conda install -c conda-forge -c defaults -c cadquery cadquery=master python=%PYTHON_VERSION%
|
||||||
- sh: pip install git+https://github.com/CadQuery/OCP-stubs.git@7.5.1
|
- sh: pip install git+https://github.com/CadQuery/OCP-stubs.git@7.5.1
|
||||||
|
|
||||||
build: false
|
build: false
|
||||||
|
|||||||
Reference in New Issue
Block a user