Skip to content

Commit a3580c3

Browse files
authored
updated poetry install step
1 parent 25b88a3 commit a3580c3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build-publish-pypi.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: "3.8"
19+
python-version: "3.10"
2020

2121
- name: Install Poetry
22-
run: |
23-
curl -sSL https://install.python-poetry.org | python3 -
24-
export PATH="$HOME/.local/bin:$PATH"
22+
uses: abatilo/actions-poetry@v2
2523

2624
- name: Install dependencies
2725
run: poetry install

0 commit comments

Comments
 (0)