Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
/ numbsql Public archive

Commit 09acd24

Browse files
cpcloudphillip-ground[bot]
authored andcommitted
chore: fix env usage
1 parent af00119 commit 09acd24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ jobs:
102102
- run: pip install .
103103

104104
- run: pytest --numprocesses auto
105-
env: ${{ matrix.spec.env }}
105+
env:
106+
NUMBA_CAPTURED_ERRORS: ${{ matrix.spec.env.NUMBA_CAPTURED_ERRORS }}
106107

107108
dry-run-release:
108109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)