Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Resolve failures in updating workflow #103

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/update-gpuci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: the-coding-turtle/ga-yaml-parser@v0.1.2
with:
file: ci/axis/dask.yaml
export_to_envs: true
return_to_outputs: false

- name: Get old RAPIDS / UCX-Py versions
run: |
Expand Down Expand Up @@ -88,7 +90,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Update gpuCI `RAPIDS_VER` to `${{ env.NEW_RAPIDS_VER }}`, `UCX_PY_VER` to `${{ env.NEW_UCX_PY_VER }}`"
title: "Update gpuCI `RAPIDS_VER` to `${{ env.NEW_RAPIDS_VER }}`"
reviewers: "charlesbluca"
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
branch: "upgrade-gpuci-rapids"
body: |
Expand Down