Skip to content

Commit 6f3b213

Browse files
author
hvalev
committed
poetry install via pipx
1 parent 054137d commit 6f3b213

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,16 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424

25+
- name: Install pipx
26+
run: |
27+
sudo apt update
28+
sudo apt install pipx
29+
pipx ensurepath
30+
sudo pipx ensurepath --global
31+
2532
- name: Install Poetry
2633
run: |
27-
curl -sSL https://install.python-poetry.org | python3 -
28-
source $HOME/.local/bin
34+
pipx install poetry
2935
3036
- name: Install dependencies
3137
run: |

0 commit comments

Comments
 (0)