Skip to content

Commit 0a32f5f

Browse files
committed
🚧 --refresh , maybe?
1 parent 1fae70b commit 0a32f5f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

‎.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
env:
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
@@ -20,8 +21,6 @@ jobs:
2021
lint:
2122
name: lint
2223
runs-on: ubuntu-latest
23-
env:
24-
UV_FROZEN: 1
2524
steps:
2625
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2726

@@ -41,8 +40,6 @@ jobs:
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:
@@ -89,7 +86,7 @@ jobs:
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

0 commit comments

Comments
 (0)