Skip to content

Commit 74553b7

Browse files
committed
ci: install without the action for now
1 parent a0d189c commit 74553b7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,13 @@ jobs:
117117
set -euo pipefail
118118
PIXI_ENV="cu-$(cut -d. -f1-2 <<< "${{ matrix.CUDA_VER }}" | tr . -)"
119119
echo "PIXI_ENV=${PIXI_ENV}" >> "${GITHUB_ENV}"
120-
- name: Setup pixi
121-
uses: prefix-dev/[email protected]
122-
with:
123-
environments: ${{ env.PIXI_ENV }}
120+
# - name: Setup pixi
121+
# uses: prefix-dev/[email protected]
122+
# with:
123+
# environments: ${{ env.PIXI_ENV }}
124+
- name: Install pixi
125+
run: |
126+
curl -fsSL https://pixi.sh/install.sh | sh
124127
- name: Python tests
125128
run: ${{ inputs.script }}
126129
env:

0 commit comments

Comments
 (0)