ci: switch to install poetry action
Some checks failed
Build Python Package / build (push) Failing after 34s
Some checks failed
Build Python Package / build (push) Failing after 34s
This commit is contained in:
@@ -20,8 +20,11 @@ jobs:
|
||||
python-version: "3.13.1"
|
||||
cache: "pip"
|
||||
|
||||
- name: Run setup script
|
||||
run: .gitea/scripts/setup-poetry.sh
|
||||
- name: Install and configure Poetry
|
||||
uses: snok/install-poetry@v1
|
||||
with:
|
||||
virtualenvs-create: false
|
||||
installer-parallel: true
|
||||
|
||||
- name: Check code formatting by black
|
||||
run: |
|
||||
|
||||
@@ -19,8 +19,11 @@ jobs:
|
||||
python-version: "3.13.1"
|
||||
cache: "pip"
|
||||
|
||||
- name: Run setup script
|
||||
run: .gitea/scripts/setup-poetry.sh
|
||||
- name: Install and configure Poetry
|
||||
uses: snok/install-poetry@v1
|
||||
with:
|
||||
virtualenvs-create: false
|
||||
installer-parallel: true
|
||||
|
||||
- name: Build package
|
||||
run: poetry build
|
||||
|
||||
Reference in New Issue
Block a user