Fixed ci tox call

This commit is contained in:
simleek
2019-11-09 22:23:04 -07:00
parent 87e2709fbb
commit bd4d56614f
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Test with tox
run: tox -p auto -o
run: poetry run tox -p auto -o
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with: