Fixing broken pip

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