Workflows parallelized further.

This commit is contained in:
José Manuel Barroso Galindo
2025-12-28 21:30:31 +01:00
parent b2c5181ac2
commit e6723835f4
5 changed files with 88 additions and 53 deletions

View File

@@ -0,0 +1,8 @@
name: 'Setup Python'
description: 'Setup Python 3.9'
runs:
using: "composite"
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.9'