We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f3000 commit 9fde4afCopy full SHA for 9fde4af
.github/workflows/build.yml
@@ -1185,8 +1185,8 @@ jobs:
1185
ca-certificates \
1186
openssl
1187
1188
+ # for some reason env.BUILD_IMAGE_REQUIRED == 'true' breaks python cleanup where it can't find pip cache
1189
- name: Install Python dependencies
- if: env.BUILD_IMAGE_REQUIRED == 'true'
1190
run: |
1191
pip3 install -r cicd/requirements.txt
1192
0 commit comments