Skip to content

Commit c2f93c8

Browse files
committed
ci: hack install
1 parent 1af74b0 commit c2f93c8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

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

ci/test_conda.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ 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+
1519
# Constrain oldest supported dependencies for testing
1620
if [ "${RAPIDS_DEPENDENCIES:-}" = "oldest" ]; then
1721
# add to the default environment's dependencies

0 commit comments

Comments
 (0)