We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea4e6e commit b79b806Copy full SHA for b79b806
.github/workflows/testing.yml
@@ -430,7 +430,8 @@ jobs:
430
uses: prefix-dev/[email protected]
431
with:
432
manifest-path: ${{ env.WORKING_DIR }}/pyproject.toml
433
- pixi-version: v0.30.0
+ pixi-version: v0.57.0
434
+ cache: true
435
- name: Set up Python
436
working-directory: ${{ env.WORKING_DIR }}
437
run: pixi add python=="${{ env.MIN_PYTHON_VERSION }}.*"
@@ -465,7 +466,8 @@ jobs:
465
466
467
468
469
470
471
472
473
0 commit comments