Skip to content

Commit 14f5e5f

Browse files
authored
Merge pull request #28 from GeoscienceAustralia/upgrade/pixi
Update CI to pixi version 0.59.0
2 parents 41a9331 + a618bf2 commit 14f5e5f

File tree

3 files changed

+3633
-3334
lines changed

3 files changed

+3633
-3334
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Display Python version
2323
run: python -c "import sys; print(sys.version)"
2424
- name: Run tests
25-
uses: prefix-dev/setup-pixi@v0.8.3
25+
uses: prefix-dev/setup-pixi@v0.9.2
2626
with:
27-
pixi-version: v0.42.1
27+
pixi-version: v0.59.0
2828
cache: true
2929
- run: pixi run test
3030
- name: Run Coverage

0 commit comments

Comments
 (0)