Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuyib authored Nov 29, 2024
1 parent e22d91a commit 5851df2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ jobs:
- name: Install dependencies
run: make install

- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose

docker-build:
needs: build-and-test
runs-on: ubuntu-latest
Expand All @@ -45,6 +40,11 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Build Docker images
timeout-minutes: 15
Expand Down

0 comments on commit 5851df2

Please sign in to comment.