File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,12 @@ init:
44
44
install :
45
45
- conda config --set always_yes yes --set changeps1 no
46
46
- conda update -q conda
47
+ - sed -i 's/ - pip:/ - mypy>0.9\n - black=19.10b0\n - pip:/' environment.yml
47
48
- conda env create -f environment.yml
48
49
- activate cadquery
49
- - cmd : conda install -c conda-forge -c defaults -c cadquery cadquery=master python=%PYTHON_VERSION%
50
- - sh : conda install -c conda-forge -c defaults -c cadquery cadquery=master python=$PYTHON_VERSION
51
- - conda install black=19.10b0
50
+ - cmd : conda install -c conda-forge -c defaults -c cadquery python=%PYTHON_VERSION%
51
+ - sh : conda install -c conda-forge -c defaults -c cadquery python=$PYTHON_VERSION
52
52
-
pip install git+https://github.com/CadQuery/[email protected]
53
- - pip install mypy
54
53
- pip install pytest
55
54
- pip install pytest-cov
56
55
- pip install path
You can’t perform that action at this time.
0 commit comments