Skip to content

Commit a47ae4e

Browse files
added zip dependency
1 parent 01a2778 commit a47ae4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ppc64le.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Build Docker image for ppc64le
2424
run: |
25-
docker build --no-cache -f .github/workflows/Dockerfile.ppc64le -t pytorch-ppc64le:ubi9.3 .
25+
docker build -f .github/workflows/Dockerfile.ppc64le -t pytorch-ppc64le:ubi9.3 .
2626
export PATH=$PATH:/usr/bin
2727
zip --version
2828
@@ -36,6 +36,7 @@ jobs:
3636
- name: Archive artifacts into zip
3737
run: |
3838
export PATH=$PATH:/usr/bin
39+
cd /workspace/pytorch
3940
zip -1 artifacts.zip dist/*.whl
4041
4142
- name: Store PyTorch Build Artifacts for s390x

0 commit comments

Comments
 (0)