File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ jobs:
119119 set -euo pipefail
120120 PIXI_ENV="cu-$(cut -d. -f1-2 <<< "${{ matrix.CUDA_VER }}" | tr . -)"
121121 echo "PIXI_ENV=${PIXI_ENV}" >> "${GITHUB_ENV}"
122- # - name: Setup pixi
123- # uses: prefix-dev/setup-pixi@v0.9.2
124- # with:
125- # environments: ${{ env.PIXI_ENV }}
122+ - name : Setup pixi
123+ uses : prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293
124+ with :
125+ environments : ${{ env.PIXI_ENV }}
126126 - name : Python tests
127127 run : ${{ inputs.script }}
128128 env :
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ if [ "$DISTRO" = "ubuntu" ]; then
1212 apt remove --purge ` dpkg --get-selections | grep cuda-nvrtc | awk ' {print $1}' ` -y
1313fi
1414
15- curl -fsSL https://pixi.sh/install.sh | sh
16-
17- export PATH=" ${PATH} :/github/home/.pixi/bin"
18-
1915# Constrain oldest supported dependencies for testing
2016if [ " ${RAPIDS_DEPENDENCIES:- } " = " oldest" ]; then
2117 # add to the default environment's dependencies
You can’t perform that action at this time.
0 commit comments