Skip to content

Commit df4df5d

Browse files
committed
Improve GH actions
1 parent 6045a4e commit df4df5d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/confidence.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v5
26+
with:
27+
enable-cache: true
28+
cache-dependency-glob: "**/pyproject.toml"
2629
- name: Install dependencies
2730
run: |
2831
uv pip install --system -e ".[dev]"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = tox-uv
55

66
[gh-actions]
77
python =
8-
3.9: py39
8+
3.9: py39, py39-min
99
3.10: py310
1010
3.11: py311
1111
3.12: py312

0 commit comments

Comments
 (0)