Add more debug output

This commit is contained in:
Veronica Berglyd Olsen
2025-10-18 19:11:01 +02:00
parent 40363068e3
commit a6e29f0ded
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Sync UV
run: |
uv sync --no-dev --group test --group macos --python-platform x86_64-apple-darwin
uv sync --verbose --no-dev --group test --group macos --python-platform x86_64-apple-darwin
- name: Run Tests
run: |
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Sync UV
run: |
uv sync --no-dev --group test
uv sync --verbose --no-dev --group test
- name: Run Tests
run: |