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 68ba8df commit 28e99b0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,7 @@ jobs:
- name: Install dependencies
run: make install

# Preparing the container orchestration mechanism
- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose


# Third Operation: The Construction of Our Virtual Machines
# How marvelous to see my concepts of nested operations manifested thus
Expand All @@ -96,6 +92,12 @@ jobs:
- name: Set up Docker Buildx # Preparing the virtual machine constructor
uses: docker/setup-buildx-action@v1

# Preparing the container orchestration mechanism
- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Build Docker images # The actual construction of our virtual apparatus
timeout-minutes: 5 # A wise limitation of computational time
continue-on-error: true # Allowing for graceful failure, as all machines must
Expand Down

0 comments on commit 28e99b0

Please sign in to comment.