Skip to content

Commit

Permalink
fixed error in shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkateshJaya committed Feb 11, 2025
1 parent 26f699a commit 77ed009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ jobs:
${{ inputs.script }}
env:
GH_TOKEN: ${{ github.token }}
# Use a shell that loads the rc file so that we get the compiler settings
shell: bash -leo pipefail {0}

- name: Get package name
run: |
Expand All @@ -187,8 +189,6 @@ jobs:
name: ${{ steps.package-name.outputs.RAPIDS_PACKAGE_NAME }}
path: ${{ env.RAPIDS_WHEEL_DIR }}

# Use a shell that loads the rc file so that we get the compiler settings
shell: bash -leo pipefail {0}
- name: Upload additional artifacts
if: "!cancelled()"
run: rapids-upload-artifacts-dir cuda${RAPIDS_CUDA_VERSION%%.*}_$(arch)_py${RAPIDS_PY_VERSION//.}

0 comments on commit 77ed009

Please sign in to comment.