Skip to content

Commit 927945c

Browse files
committed
Trying to install mypy via pip instead of conda
1 parent 4b1d4f0 commit 927945c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ install:
4949
- cmd: conda install -c conda-forge -c defaults -c cadquery cadquery=master python=%PYTHON_VERSION%
5050
- sh: conda install -c conda-forge -c defaults -c cadquery cadquery=master python=$PYTHON_VERSION
5151
- conda install black=19.10b0
52-
- conda install mypy
5352
- pip install git+https://github.com/CadQuery/[email protected]
53+
- pip install mypy
5454
- pip install pytest
5555
- pip install pytest-cov
5656
- pip install path

0 commit comments

Comments
 (0)