Skip to content

Commit 1a12d54

Browse files
committed
fix: remove pull command from CI
1 parent 9232cfd commit 1a12d54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
- name: Install Hatch
5454
run: pip install --upgrade hatch hatch-pip-compile
5555

56-
- name: Pull Database Images
57-
run: docker compose -f src/pytest_databases/docker/docker-compose.yml pull
58-
5956
- if: matrix.python-version == '3.12' && runner.os == 'Linux'
6057
name: Lint
6158
run: hatch run lint:check

0 commit comments

Comments
 (0)