Skip to content

Commit

Permalink
Use fromJSON to construct RAPIDS matrix array
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Sep 30, 2024
1 parent fec0a76 commit f9dc7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cuda: ["11.8.0"]
python: ["3.10", "3.11", "3.12"]
linux: ["ubuntu20.04"]
rapids: [${{ env.OLD_RAPIDS_VER }}, ${{ env.RAPIDS_VER }}]
rapids: ${{ fromJSON('["$OLD_RAPIDS_VER", "$RAPIDS_VER"]') }}
image:
- tag: "rapidsai/dask"
context: "./dask"
Expand Down

0 comments on commit f9dc7b4

Please sign in to comment.