Skip to content

Commit b193e68

Browse files
author
hvalev
committed
added pipx poetry install to publish ci step
1 parent 2dc672e commit b193e68

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,16 @@ jobs:
6060
with:
6161
python-version: 3.9
6262

63+
- name: Install pipx
64+
run: |
65+
sudo apt update
66+
sudo apt install pipx
67+
pipx ensurepath
68+
sudo pipx ensurepath --global
69+
6370
- name: Install Poetry
6471
run: |
65-
curl -sSL https://install.python-poetry.org | python3 -
66-
source $HOME/.local/bin
72+
pipx install poetry
6773
6874
- name: Install dependencies
6975
run: |

0 commit comments

Comments
 (0)