Trying to install mypy via pip instead of conda

This commit is contained in:
Jeremy Wright
2021-07-07 07:03:05 -04:00
parent 4b1d4f0249
commit 927945c953

View File

@ -49,8 +49,8 @@ install:
- cmd: conda install -c conda-forge -c defaults -c cadquery cadquery=master python=%PYTHON_VERSION% - cmd: conda install -c conda-forge -c defaults -c cadquery cadquery=master python=%PYTHON_VERSION%
- sh: conda install -c conda-forge -c defaults -c cadquery cadquery=master python=$PYTHON_VERSION - sh: conda install -c conda-forge -c defaults -c cadquery cadquery=master python=$PYTHON_VERSION
- conda install black=19.10b0 - conda install black=19.10b0
- conda install mypy
- pip install git+https://github.com/CadQuery/OCP-stubs.git@7.5.1 - pip install git+https://github.com/CadQuery/OCP-stubs.git@7.5.1
- pip install mypy
- pip install pytest - pip install pytest
- pip install pytest-cov - pip install pytest-cov
- pip install path - pip install path