Attempted tests.yml fix

This commit is contained in:
2025-04-28 18:13:31 +01:00
parent 3e82144fd3
commit f537f0e383

View File

@@ -66,7 +66,7 @@ jobs:
- name: Install uv - name: Install uv
run: | run: |
pip install uv apt install -y uv
tests: tests:
needs: create-strategy needs: create-strategy
@@ -93,15 +93,15 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m uv sync --group tests uv sync --group tests
- name: Show configuration - name: Show configuration
run: | run: |
python -m uv --version uv --version
python -m uv pip list uv pip list
docker --version docker --version
docker ps docker ps
- name: Run tests - name: Run tests
run: | run: |
python -m uv run ./run-tests.sh uv run ./run-tests.sh