We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41def1 commit 0b36866Copy full SHA for 0b36866
.github/workflows/pr_validation.yml
@@ -1,4 +1,4 @@
1
-name: "Validationg PR"
+name: "Validate PR"
2
3
on:
4
pull_request:
.github/workflows/quality_check.yml
@@ -19,8 +19,7 @@ jobs:
19
repo-token: ${{ secrets.GITHUB_TOKEN }}
20
- name: Install poetry and plugins
21
run: |
22
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
23
- source $HOME/.poetry/env
+ curl -sSL https://install.python-poetry.org | python -
24
poetry config virtualenvs.create false
25
poetry self add poetry-multiproject-plugin
26
poetry self add poetry-polylith-plugin
0 commit comments