Fixed mistake in conda install line

This commit is contained in:
Jeremy Wright
2021-07-06 10:12:48 -04:00
parent 87dd00a57c
commit 29b3761474

View File

@ -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