Skip to content

Commit da5f487

Browse files
committed
Remove cache, just bump pixi version
1 parent b79b806 commit da5f487

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/testing.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ jobs:
431431
with:
432432
manifest-path: ${{ env.WORKING_DIR }}/pyproject.toml
433433
pixi-version: v0.57.0
434-
cache: true
435434
- name: Set up Python
436435
working-directory: ${{ env.WORKING_DIR }}
437436
run: pixi add python=="${{ env.MIN_PYTHON_VERSION }}.*"
@@ -467,7 +466,6 @@ jobs:
467466
with:
468467
manifest-path: ${{ env.WORKING_DIR }}/pyproject.toml
469468
pixi-version: v0.57.0
470-
cache: true
471469
- name: Set up Python
472470
working-directory: ${{ env.WORKING_DIR }}
473471
run: pixi add python=="${{ env.MIN_PYTHON_VERSION }}.*"

0 commit comments

Comments
 (0)