Skip to content

Commit

Permalink
Removed "Fetch Docker Images" step from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Jan 7, 2024
1 parent 9a6b414 commit 472f56f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ jobs:
os: "windows-latest"

steps:
- name: Fetch Docker Images
run: |
docker pull redis:latest
docker pull rabbitmq:latest
docker pull memcached:latest
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
Expand Down Expand Up @@ -107,12 +101,6 @@ jobs:
os: "windows-latest"

steps:
- name: Fetch Docker Images
run: |
docker pull redis:latest
docker pull rabbitmq:latest
docker pull memcached:latest
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
Expand Down Expand Up @@ -165,12 +153,6 @@ jobs:
os: "windows-latest"

steps:
- name: Fetch Docker Images
run: |
docker pull redis:latest
docker pull rabbitmq:latest
docker pull memcached:latest
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
Expand Down

0 comments on commit 472f56f

Please sign in to comment.