Remove pipx commands and attempt to solve issue through poetry configuration

This commit is contained in:
Micah Jerome Ellison 2020-08-01 14:20:13 -07:00
parent 876069b92f
commit 92cc7888f9

View file

@ -15,8 +15,9 @@ before_install:
- date
install:
- pip install pipx
- pipx install poetry
- pip install poetry
- poetry config virtualenvs.in-project true
- poetry config --list
- poetry install
- poetry run python --version