forked from mirrors/thatmattlove-hyperglass
ci add pipx to path
This commit is contained in:
parent
496c884849
commit
349483a25d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue