Skip to content

Commit 7a36f4d

Browse files
committed
chore: use sanctioned pixi installer
1 parent 737366a commit 7a36f4d

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/conda-python-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

ci/test_conda.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ if [ "$DISTRO" = "ubuntu" ]; then
1212
apt remove --purge `dpkg --get-selections | grep cuda-nvrtc | awk '{print $1}'` -y
1313
fi
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
2016
if [ "${RAPIDS_DEPENDENCIES:-}" = "oldest" ]; then
2117
# add to the default environment's dependencies

0 commit comments

Comments
 (0)