Skip to content

Commit 79e81ad

Browse files
authored
Merge pull request #224 from basf/master
update poetry installation step
2 parents b55dcae + 530d30f commit 79e81ad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

+2-4
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)