Skip to content

Commit 5f7a56c

Browse files
committed
Try a different workspace
1 parent 4bf8264 commit 5f7a56c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/run-ci-script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
--env "GITHUB_WORKSPACE=$GITHUB_WORKSPACE" \
122122
--env "GITHUB_REPOSITORY=$GITHUB_REPOSITORY" \
123123
--env "GITHUB_STEP_SUMMARY=$GITHUB_STEP_SUMMARY" \
124-
--env "HOST_WORKSPACE=${{github.workspace}}" \
124+
--env "HOST_WORKSPACE=${{github.workspace}}/cccl" \
125125
-- /ci.sh
126126
127127
- name: Upload wheel artifact

ci/build_cuda_parallel_python.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ set -euo pipefail
55
py_version=${2#*=}
66
echo "Docker socket: " $(ls /var/run/docker.sock)
77

8-
echo "Host workspace: " ${HOST_WORKSPACE}
9-
ls ${HOST_WORKSPACE}
10-
118
# cuda_parallel must be built in a container that can produce manylinux wheels,
129
# and has the CUDA toolkit installed. We use the rapidsai/ci-wheel image for this.
1310
# These images don't come with a new enough version of gcc installed, so that

0 commit comments

Comments
 (0)