Skip to content

Commit 28e99b0

Browse files
authored
Update python-app.yml
1 parent 68ba8df commit 28e99b0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/python-app.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ jobs:
7676
- name: Install dependencies
7777
run: make install
7878

79-
# Preparing the container orchestration mechanism
80-
- name: Install Docker Compose
81-
run: |
82-
sudo apt-get update
83-
sudo apt-get install -y docker-compose
79+
8480

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

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

0 commit comments

Comments
 (0)