Skip to content

Commit ed0c34f

Browse files
test5
1 parent 7e3a7c1 commit ed0c34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
- name: Execute Build and Tests inside ppc64le Docker Container
282282
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel-ubi9'
283283
run: |
284-
docker run --rm -v ${GITHUB_WORKSPACE}:/workspace/pytorch ${{ inputs.docker-image-name }} .github/scripts/ppc64le-build.sh
284+
docker run --rm -v ${GITHUB_WORKSPACE}:/workspace/pytorch ${{ inputs.docker-image-name }} /workspace/pytorch/.github/scripts/ppc64le-build.sh
285285
286286
287287

0 commit comments

Comments
 (0)