We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9232cfd commit 1a12d54Copy full SHA for 1a12d54
.github/workflows/ci.yaml
@@ -53,9 +53,6 @@ jobs:
53
- name: Install Hatch
54
run: pip install --upgrade hatch hatch-pip-compile
55
56
- - name: Pull Database Images
57
- run: docker compose -f src/pytest_databases/docker/docker-compose.yml pull
58
-
59
- if: matrix.python-version == '3.12' && runner.os == 'Linux'
60
name: Lint
61
run: hatch run lint:check
0 commit comments