Removed direct dependency that blocked pypi. Added wheel to dev and installed dev for ci.

This commit is contained in:
Josh Miklos
2020-06-22 16:24:58 -07:00
parent fafa4c7272
commit 46c5719e14
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install .
run: pip install .[dev]
pip install wheel
- name: Test with tox
run: tox -p auto -o