Skip to content

Commit db5e654

Browse files
committed
🚧 enable-cache: false, maybe?
1 parent d7a5261 commit db5e654

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,16 @@ jobs:
7878
- uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
7979
with:
8080
python-version: "3.11"
81+
enable-cache: false
8182

8283
- name: (DEBUG) print numpy version # TODO
8384
run: >
84-
uv run --isolated --group=mypy --with="numpy==${{ matrix.numpy-version }}"
85+
uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}"
8586
python -c "import numpy; print(numpy.__version__)"
8687
8788
- name: mypy
8889
run: >
89-
uv run --isolated --group=mypy --with="numpy==${{ matrix.numpy-version }}"
90+
uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}"
9091
mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
9192
9293
# TODO: (based)pyright

0 commit comments

Comments
 (0)