File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ concurrency:
12
12
cancel-in-progress : true
13
13
14
14
env :
15
- UV_FROZEN : 1
16
15
# Many color libraries just need this to be set to any value, but at least
17
16
# one distinguishes color depth, where "3" -> "256-bit color".
18
17
FORCE_COLOR : 3
21
20
lint :
22
21
name : lint
23
22
runs-on : ubuntu-latest
23
+ env :
24
+ UV_FROZEN : 1
24
25
steps :
25
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
26
27
40
41
test_runtime :
41
42
name : runtime tests
42
43
runs-on : ${{ matrix.runs-on }}
44
+ env :
45
+ UV_FROZEN : 1
43
46
strategy :
44
47
fail-fast : false
45
48
matrix :
81
84
82
85
- name : mypy
83
86
run : >
84
- uv run --no-editable --group=test_numpy --with="numpy==${{ matrix.numpy-version }}"
87
+ uv run --no-editable --group=test_numpy --with="numpy==${{ matrix.numpy-version }}" --active
85
88
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
86
89
87
90
# TODO: (based)pyright
You can’t perform that action at this time.
0 commit comments