FIxed tests workflow and removed automatic publishing

This commit is contained in:
2025-04-28 18:01:35 +01:00
parent 7c7a281a5f
commit 5b2eb94994
2 changed files with 4 additions and 61 deletions
+4 -4
View File
@@ -89,15 +89,15 @@ jobs:
- name: Install dependencies
run: |
pip install ".[tests]"
uv sync --group tests
- name: Show configuration
run: |
pip --version
pip list
uv --version
uv pip list
docker --version
docker ps
- name: Run tests
run: |
./run-tests.sh
uv run ./run-tests.sh