Broken pip breaks mypy. Skipping fix for now.

This commit is contained in:
Josh Miklos
2020-06-22 16:54:33 -07:00
parent 3a0b36e6fb
commit c2be473cbe
3 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ jobs:
python-version: 3.7
- uses: dschep/install-poetry-action@v1.2
- name: Install and build
run: pip install --upgrade pip
pip install .[dev]
run: pip install .[dev]
- name: Build with Poetry
run: python setup.py sdist bdist_wheel
- name: Publish distribution 📦 to Test PyPI
+1 -2
View File
@@ -19,7 +19,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install --upgrade pip
pip install .[dev]
run: pip install .[dev]
- name: Test with tox
run: tox -p auto -o
+2 -2
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, mypy, pydocstyle
envlist = py36, py37, pydocstyle
isolated_build = false
skip_missing_interpreters = true
skipsdist=True
@@ -7,7 +7,7 @@ skipsdist=True
[gh-actions]
python =
3.6: py36, pydocstyle
3.7: py37, mypy, pydocstyle
3.7: py37, pydocstyle
[testenv]
whitelist_externals = coverage