Skip to content

Commit 595ea59

Browse files
authored
Merge pull request #958 from sanders41/pixi-cache
Add cache for pixi tests
2 parents 7318a68 + da5f487 commit 595ea59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ jobs:
430430
uses: prefix-dev/[email protected]
431431
with:
432432
manifest-path: ${{ env.WORKING_DIR }}/pyproject.toml
433-
pixi-version: v0.30.0
433+
pixi-version: v0.57.0
434434
- name: Set up Python
435435
working-directory: ${{ env.WORKING_DIR }}
436436
run: pixi add python=="${{ env.MIN_PYTHON_VERSION }}.*"
@@ -465,7 +465,7 @@ jobs:
465465
uses: prefix-dev/[email protected]
466466
with:
467467
manifest-path: ${{ env.WORKING_DIR }}/pyproject.toml
468-
pixi-version: v0.30.0
468+
pixi-version: v0.57.0
469469
- name: Set up Python
470470
working-directory: ${{ env.WORKING_DIR }}
471471
run: pixi add python=="${{ env.MIN_PYTHON_VERSION }}.*"

0 commit comments

Comments
 (0)