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
@@ -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