We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6045a4e commit df4df5dCopy full SHA for df4df5d
.github/workflows/confidence.yml
@@ -23,6 +23,9 @@ jobs:
23
python-version: ${{ matrix.python-version }}
24
- name: Install uv
25
uses: astral-sh/setup-uv@v5
26
+ with:
27
+ enable-cache: true
28
+ cache-dependency-glob: "**/pyproject.toml"
29
- name: Install dependencies
30
run: |
31
uv pip install --system -e ".[dev]"
tox.ini
@@ -5,7 +5,7 @@ requires = tox-uv
5
6
[gh-actions]
7
python =
8
- 3.9: py39
+ 3.9: py39, py39-min
9
3.10: py310
10
3.11: py311
11
3.12: py312
0 commit comments