Skip to content

Commit 67e1d3e

Browse files
committed
CI: use setup-pixi in test jobs
1 parent 53fd542 commit 67e1d3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
python-version: ${{ matrix.python-version }}
6262
allow-prereleases: true
6363

64+
- uses: prefix-dev/setup-pixi@v0.8.0
65+
with:
66+
pixi-version: v0.30.0
67+
cache: true
68+
6469
- name: Install package
6570
run: python -m pip install .[test]
6671

0 commit comments

Comments
 (0)