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 a52e8e2 commit 3955570Copy full SHA for 3955570
.github/workflows/ppc64le.yml
@@ -40,10 +40,10 @@ jobs:
40
ls -ld /workspace/pytorch/.git;
41
whoami"
42
43
-
+ - run: echo "Runner workspace: ${{ github.workspace }}"
44
- name: Run Docker container and execute build script
45
run: |
46
- docker run --rm -u $(id -u):$(id -g) -v "/opt/runner/work/pytorch/pytorch:/workspace/pytorch/pytorch" pytorch-ppc64le:ubi9.3 bash -c "
+ docker run --rm -u $(id -u):$(id -g) -v "${{ github.workspace }}:/workspace/pytorch/pytorch" pytorch-ppc64le:ubi9.3 bash -c "
47
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 &&
48
git -C /workspace/pytorch submodule deinit --all --force &&
49
git -C /workspace/pytorch submodule update --init --recursive --force &&
0 commit comments