Skip to content

Commit

Permalink
ci(action): update poetry installation
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot committed Dec 8, 2023
1 parent f41def1 commit 0b36866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Validationg PR"
name: "Validate PR"

on:
pull_request:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install poetry and plugins
run: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
source $HOME/.poetry/env
curl -sSL https://install.python-poetry.org | python -
poetry config virtualenvs.create false
poetry self add poetry-multiproject-plugin
poetry self add poetry-polylith-plugin
Expand Down

0 comments on commit 0b36866

Please sign in to comment.