File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3535
3636 cache-pixi-lock :
3737 uses : ./.github/workflows/cache-pixi-lock.yml
38+ with :
39+ pixi-version : " v0.58.0" # keep in sync with jobs
3840 test :
3941 name : " ${{ matrix.os }} | pixi shell -e ${{ matrix.pixi-env }}"
4042 runs-on : ${{ matrix.os }}
9092 key : ${{ needs.cache-pixi-lock.outputs.cache-id }}
9193 - uses : prefix-dev/setup-pixi@v0.9.0
9294 with :
95+ pixi-version : " v0.58.0" # keep in sync with cache-pixi-lock
9396 cache : true
9497 environments : ${{ matrix.pixi-env }}
9598 cache-write : ${{ github.event_name == 'push' && github.ref_name == 'main' }}
Original file line number Diff line number Diff line change @@ -265,7 +265,6 @@ pip = "*"
265265types-defusedxml = " *"
266266types-pexpect = " *"
267267
268-
269268[feature .mypy .tasks ]
270269typing = " mypy --install-types --non-interactive --cobertura-xml-report mypy_report"
271270
You can’t perform that action at this time.
0 commit comments