Removed direct dependency that blocked pypi. Added wheel to dev and installed dev for ci.
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 .
|
||||
pip install wheel
|
||||
run: pip install .[dev]
|
||||
- name: Build with Poetry
|
||||
run: python setup.py sdist bdist_wheel
|
||||
- name: Publish distribution 📦 to Test PyPI
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user