8000 c1 · sendgrid/sendgrid-python@53edca3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53edca3

Browse files
committed
c1
1 parent f44ec6f commit 53edca3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
username: ${{ secrets.DOCKER_USERNAME }}
3232
password: ${{ secrets.DOCKER_AUTH_TOKEN }}
3333

34+
- name: Install Docker Compose
35+
run: |
36+
sudo apt-get update
37+
sudo apt-get install -y docker-compose
38+
3439
- name: Build & Test
3540
run: make test-docker version=${{ matrix.python-version }}
3641

0 commit comments

Comments
 (0)
0