File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,6 @@ jobs:
121121 # uses: prefix-dev/[email protected] 122122 # with:
123123 # environments: ${{ env.PIXI_ENV }}
124- - name : Install pixi
125- run : |
126- curl -fsSL https://pixi.sh/install.sh | sh
127124 - name : Python tests
128125 run : ${{ inputs.script }}
129126 env :
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ 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+
1519# Constrain oldest supported dependencies for testing
1620if [ " ${RAPIDS_DEPENDENCIES:- } " = " oldest" ]; then
1721 # add to the default environment's dependencies
You can’t perform that action at this time.
0 commit comments