Skip to content

Commit 6f8e17f

Browse files
committed
updates CI pipeline
1 parent e759aef commit 6f8e17f

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,17 @@ jobs:
7676
mysql -e 'CREATE DATABASE concurrency;' -uroot -proot
7777
mysql -e 'SHOW DATABASES;' -uroot -proot
7878
79-
- name: Set up Python ${{ matrix.python-version }}
80-
uses: actions/setup-python@v5
81-
with:
82-
python-version: ${{ matrix.python-version }}
79+
- name: Install the latest version of uv
80+
uses: astral-sh/setup-uv@v5
81+
with:
82+
version: "latest"
83+
enable-cache: true
84+
cache-dependency-glob: |
85+
pyproject.toml
86+
uv.lock
87+
cache-suffix: ${{ matrix.python }}-${{ matrix.django }}
88+
github-token: ${{ secrets.GITHUB_TOKEN }}
89+
python-version: ${{ matrix.python }}
8390

8491
- name: Install Python
8592
if: matrix.python != '3.13'

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 2.7
2+
-----------
3+
* fixes #256
4+
5+
16
Release 2.6
27
-----------
38
* add support do Django 5.x

0 commit comments

Comments
 (0)