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:
12
12
cancel-in-progress : true
13
13
14
14
env :
15
+ UV_LOCKED : 1
15
16
# Many color libraries just need this to be set to any value, but at least
16
17
# one distinguishes color depth, where "3" -> "256-bit color".
17
18
FORCE_COLOR : 3
20
21
lint :
21
22
name : lint
22
23
runs-on : ubuntu-latest
23
- env :
24
- UV_FROZEN : 1
25
24
steps :
26
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
27
26
41
40
test_runtime :
42
41
name : runtime tests
43
42
runs-on : ${{ matrix.runs-on }}
44
- env :
45
- UV_FROZEN : 1
46
43
strategy :
47
44
fail-fast : false
48
45
matrix :
89
86
90
87
- name : mypy
91
88
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
93
90
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
94
91
95
92
# TODO: (based)pyright
You can’t perform that action at this time.
0 commit comments