File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,12 @@ jobs:
4343 - name : Checkout
4444 uses : actions/checkout@v6
4545
46- - name : Disregard pixi.lock (upstream only)
47- if : matrix.environment == 'upstream'
48- run : rm pixi.lock
49-
5046 - uses : prefix-dev/setup-pixi@v0
5147 with :
5248 pixi-version : v0.62.1
5349 environments : ${{ matrix.environment }}
54- cache : ${{ matrix.environment != 'upstream' }}
55- locked : ${{ matrix.environment != 'upstream' }}
50+ cache : true
51+ locked : true
5652
5753 - name : Smoke test
5854 run : pixi run -e ${{ matrix.environment }} smoke-test
6157 if : matrix.environment != 'smoke'
6258 run : pixi run -e ${{ matrix.environment }} coverage
6359
64- - name : Free-threading stress test
65- if : matrix.environment == 'nogil'
66- run : pixi run -e nogil tests --parallel-threads=4
60+ # - name: Free-threading stress test
61+ # if: matrix.environment == 'nogil'
62+ # run: pixi run -e nogil tests --parallel-threads=4
6763
6864 - name : codecov.io
6965 if : matrix.environment != 'smoke'
You can’t perform that action at this time.
0 commit comments