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 9fde4af commit acd9de6Copy full SHA for acd9de6
.github/workflows/build.yml
@@ -1185,7 +1185,7 @@ 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
+ # for some reason skipping this with env.BUILD_IMAGE_REQUIRED == 'true' breaks python cleanup where it can't find pip cache
1189
- name: Install Python dependencies
1190
run: |
1191
pip3 install -r cicd/requirements.txt
@@ -1345,6 +1345,9 @@ jobs:
1345
- linux/amd64
1346
- linux/arm64
1347
steps:
1348
+
1349
+ - name: Check out code into the Go module directory
1350
+ uses: actions/[email protected]
1351
1352
- name: Image env sanitize
1353
0 commit comments