[ci] don't use variables in workflow
Some checks failed
ci/woodpecker/push/workflow/2 Pipeline failed
ci/woodpecker/push/workflow/1 Pipeline failed

I don't understand them
This commit is contained in:
bronsen 2025-12-05 17:44:37 +01:00
parent bea10df466
commit 686e3e8a6f

View file

@ -10,10 +10,6 @@ matrix:
- 3.13 - 3.13
# - 3.12 # - 3.12
variables:
- UV_VERSION: "latest"
- UV_BASE_LAYER: "trixie-slim"
steps: steps:
- name: Lint python code - name: Lint python code
image: pipelinecomponents/ruff image: pipelinecomponents/ruff
@ -26,7 +22,7 @@ steps:
- markdownlint-cli2 . - markdownlint-cli2 .
- name: Run Tests - name: Run Tests
image: ghcr.io/astral-uv/uv:${UV_VERSION}-python${PYTHON_VERSION}-${UV_BASE_LAYER} image: ghcr.io/astral-uv/uv:latest-python${PYTHON_VERSION}-trixie-slim
commands: commands:
- uv install - uv install
- uv run pytest tests.py - uv run pytest tests.py