using extra action again
This commit is contained in:
@@ -3,19 +3,9 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
name: "Reusable Poetry build workflow"
|
name: "Reusable Poetry build workflow"
|
||||||
inputs:
|
|
||||||
python:
|
|
||||||
default: "3.9"
|
|
||||||
description: "Value for 'python-version'"
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v2
|
|
||||||
with:
|
|
||||||
python-version: ${{ inputs.python }}
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install poetry
|
pip install poetry
|
||||||
|
|||||||
@@ -58,11 +58,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# - uses: ./.gitea/actions/poetrybuild
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
uses: ./.gitea/actions/poetrybuild
|
||||||
pip install poetry
|
# - name: Install dependencies
|
||||||
poetry install --no-interaction
|
# run: |
|
||||||
|
# pip install poetry
|
||||||
|
# poetry install --no-interaction
|
||||||
- name: Try to run app
|
- name: Try to run app
|
||||||
run: poetry run seafile-mirror --help
|
run: poetry run seafile-mirror --help
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user