Broken pip breaks mypy. Skipping fix for now.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user