ci add pipx to path

This commit is contained in:
checktheroads 2020-02-13 23:36:41 -07:00
parent 496c884849
commit 349483a25d

View file

@ -24,6 +24,7 @@ jobs:
- name: Install Python Dependencies
run: |
pip install --user pipx
export PATH=/home/runner/.local/bin:$PATH
pipx ensurepath
pipx install poetry
poetry shell