Another attempt to fix tests.yml

This commit is contained in:
2025-04-28 18:12:18 +01:00
parent b925eaa678
commit 3e82144fd3

View File

@@ -93,15 +93,15 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
uv sync --group tests python -m uv sync --group tests
- name: Show configuration - name: Show configuration
run: | run: |
uv --version python -m uv --version
uv pip list python -m uv pip list
docker --version docker --version
docker ps docker ps
- name: Run tests - name: Run tests
run: | run: |
uv run ./run-tests.sh python -m uv run ./run-tests.sh