Skip to content

Commit 5851df2

Browse files
authored
Update python-app.yml
1 parent e22d91a commit 5851df2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/python-app.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ jobs:
2828
2929
- name: Install dependencies
3030
run: make install
31-
32-
- name: Install Docker Compose
33-
run: |
34-
sudo apt-get update
35-
sudo apt-get install -y docker-compose
36-
31+
3732
docker-build:
3833
needs: build-and-test
3934
runs-on: ubuntu-latest
@@ -45,6 +40,11 @@ jobs:
4540

4641
- name: Set up Docker Buildx
4742
uses: docker/setup-buildx-action@v1
43+
44+
- name: Install Docker Compose
45+
run: |
46+
sudo apt-get update
47+
sudo apt-get install -y docker-compose
4848
4949
- name: Build Docker images
5050
timeout-minutes: 15

0 commit comments

Comments
 (0)