1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

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