Skip to content

Commit

Permalink
Add RAPIDS_ARTIFACT_DIR to wheels-build.yaml (#117)
Browse files Browse the repository at this point in the history
I inadvertently broke workflows by forgetting to add
`RAPIDS_ARTIFACT_DIR` in
#97
  • Loading branch information
divyegala authored Jul 20, 2023
1 parent 016436c commit 49b261b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ jobs:
strategy:
matrix: ${{ fromJSON(needs.compute-matrix.outputs.MATRIX) }}
runs-on: "linux-${{ matrix.ARCH }}-${{ inputs.node_type }}"
env:
RAPIDS_ARTIFACTS_DIR: ${{ github.workspace }}/artifacts
container:
image: "rapidsai/ci-wheel:cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}"

env:
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}

Expand Down

0 comments on commit 49b261b

Please sign in to comment.