Skip to content

Commit 0b36866

Browse files
author
Vincent Vatelot
committed
ci(action): update poetry installation
1 parent f41def1 commit 0b36866

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pr_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Validationg PR"
1+
name: "Validate PR"
22

33
on:
44
pull_request:

.github/workflows/quality_check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
2020
- name: Install poetry and plugins
2121
run: |
22-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
23-
source $HOME/.poetry/env
22+
curl -sSL https://install.python-poetry.org | python -
2423
poetry config virtualenvs.create false
2524
poetry self add poetry-multiproject-plugin
2625
poetry self add poetry-polylith-plugin

0 commit comments

Comments
 (0)