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:
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
|
||||
|
Reference in New Issue
Block a user