File tree Expand file tree Collapse file tree 3 files changed +123
-121
lines changed Expand file tree Collapse file tree 3 files changed +123
-121
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,12 @@ jobs:
5555 with :
5656 python-version : ${{ matrix.python-version }}
5757 enable-cache : true
58- cache-dependency-glob : " pyproject.toml"
58+ cache-dependency-glob : |
59+ pyproject.toml
60+ uv.lock
5961
6062 - name : Install dependencies
61- run : uv sync --all-extras --all-groups --upgrade
63+ run : uv sync --locked --all-extras --dev
6264
6365 - name : Install Django ${{ matrix.django-version }}
6466 run : uv pip install Django==${{ matrix.django-version }}
Original file line number Diff line number Diff line change 77- Drop support for Django 5.0 (EOL) (#1075 ).
88- Use ` astral-sh/setup-uv ` in GitHub Actions (#1080 ).
99- Use ` uv build ` and setup-uv (#1081 ).
10+ - Use ` uv.locl ` in GitHub Actions (#1082 ).
1011
1112## 25.1 (2025-02-28)
1213
You can’t perform that action at this time.
0 commit comments