File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ concurrency:
1212 cancel-in-progress : true
1313
1414env :
15+ UV_LOCKED : 1
1516 # Many color libraries just need this to be set to any value, but at least
1617 # one distinguishes color depth, where "3" -> "256-bit color".
1718 FORCE_COLOR : 3
2021 lint :
2122 name : lint
2223 runs-on : ubuntu-latest
23- env :
24- UV_FROZEN : 1
2524 steps :
2625 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2726
4140 test_runtime :
4241 name : runtime tests
4342 runs-on : ${{ matrix.runs-on }}
44- env :
45- UV_FROZEN : 1
4643 strategy :
4744 fail-fast : false
4845 matrix :
8986
9087 - name : mypy
9188 run : >
92- uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}"
89+ uv run --no-editable --group=mypy --with="numpy==${{ matrix.numpy-version }}" --refresh
9390 mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
9491
9592 # TODO: (based)pyright
You can’t perform that action at this time.
0 commit comments