Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit 73e9854

Browse files
committed
build(build): use snok/install-poetry to install Poetry
1 parent dade23a commit 73e9854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install MkDocs
2929
run: pip install mkdocs
3030
- name: Install Poetry
31-
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 && source $HOME/.poetry/env
31+
uses: snok/install-poetry@v1.1.1
3232
- name: Install dependencies with Poetry
3333
run: poetry install
3434
- name: Build documentation

0 commit comments

Comments
 (0)