1 parent 25779bd commit 4636be3Copy full SHA for 4636be3
2 files changed
.github/workflows/ci.yml
@@ -40,6 +40,9 @@ jobs:
40
run: |
41
uv sync --locked --all-extras --all-groups
42
43
+ - name: Check Docker version
44
+ run: docker --version
45
+
46
- name: Run tests
47
48
uv run pytest tests --maxfail=1 --disable-warnings --tb=short -v
0 commit comments