Skip to content

Commit 9fde4af

Browse files
- Quicker completions.
1 parent 89f3000 commit 9fde4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,8 +1185,8 @@ jobs:
11851185
ca-certificates \
11861186
openssl
11871187
1188+
# for some reason env.BUILD_IMAGE_REQUIRED == 'true' breaks python cleanup where it can't find pip cache
11881189
- name: Install Python dependencies
1189-
if: env.BUILD_IMAGE_REQUIRED == 'true'
11901190
run: |
11911191
pip3 install -r cicd/requirements.txt
11921192

0 commit comments

Comments
 (0)