Skip to content

Commit 6076ee8

Browse files
committed
nit
1 parent badd92e commit 6076ee8

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/pytest.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff 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
@@ -61,9 +57,9 @@ jobs:
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'

0 commit comments

Comments
 (0)