File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626 - uses : prefix-dev/setup-pixi@92815284c57faa15cd896c4d5cfb2d59f32dc43d # v0.8.3
2727 with :
28- pixi-version : v0.70.1
28+ pixi-version : v0.73.0
2929 cache : true
3030 cache-key : ${{ matrix.runs-on }}
3131 environments : ci
5555 fi
5656 shell : bash
5757 - name : Build xsf
58- run : pixi run --environment=ci build-tests-cov $NUM_WORKERS
58+ run : pixi run --environment=ci build-tests-cov
5959 - name : Run tests
6060 run : pixi run --environment=ci --skip-deps tests-only $NUM_WORKERS
6161 - name : Generate coverage report
@@ -112,7 +112,7 @@ jobs:
112112 fi
113113 shell : bash
114114 - name : Build xsf
115- run : pixi run --environment=ci build-tests-debug $NUM_WORKERS
115+ run : pixi run --environment=ci build-tests-debug
116116 - name : Run tests
117117 run : pixi run --environment=ci --skip-deps tests-debug $NUM_WORKERS
118118 - name : Ccache performance
You can’t perform that action at this time.
0 commit comments