fixed steps in github action

This commit is contained in:
simleek
2019-11-09 22:07:54 -07:00
parent 2c870ac603
commit a81341425d
+2 -2
View File
@@ -20,9 +20,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: dschep/install-poetry-action@v1.2
- name: Install dependencies
- run: poetry install
run: poetry install
- name: Test with tox
- run: tox -p auto -o
run: tox -p auto -o
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with: