Skip to content

Commit 530d30f

Browse files
authored
Merge pull request #223 from basf/hotfix/pypi_release
updated poetry install step
2 parents 25b88a3 + a3580c3 commit 530d30f

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)