using extra action again
All checks were successful
Test suites / selftest (pull_request) Successful in 24s
Test suites / reuse (pull_request) Successful in 5s

This commit is contained in:
2024-01-16 14:42:58 +01:00
parent 5b0ff38265
commit c53532efc7
2 changed files with 5 additions and 14 deletions

View File

@@ -3,19 +3,9 @@
# SPDX-License-Identifier: Apache-2.0
name: "Reusable Poetry build workflow"
inputs:
python:
default: "3.9"
description: "Value for 'python-version'"
required: false
type: string
runs:
using: "composite"
steps:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ inputs.python }}
- name: Install dependencies
run: |
pip install poetry