Skip to content

Commit

Permalink
Pre-pull the Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Dec 10, 2024
1 parent 6756392 commit 2f68a8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
-
name: Pull Docker images
run: |
docker compose --file tests/docker/docker-compose.ci-test-edge.yml pull --quiet
docker compose --file tests/docker/docker-compose.ci-test.yml pull --quiet
-
name: Install Hatch
run: |
Expand Down

0 comments on commit 2f68a8b

Please sign in to comment.