We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1217e9 commit 3c2eda2Copy full SHA for 3c2eda2
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ concurrency:
12
13
env:
14
PYTHON_VERSION: "3.12"
15
+ UV_VERSION: "0.10.4"
16
SECRET_KEY: test-secret-key-minimum-32-bytes-value
17
DATABASE_URL: postgresql+asyncpg://test_user:test_password@localhost:5432/test_db
18
INTEGRATION_DATABASE_URL: postgresql+asyncpg://test_user:test_password@localhost:5432/test_db
@@ -35,6 +36,7 @@ jobs:
35
36
- name: Setup uv
37
uses: astral-sh/setup-uv@v6
38
with:
39
+ version: ${{ env.UV_VERSION }}
40
enable-cache: true
41
42
- name: Install dependencies
@@ -78,6 +80,7 @@ jobs:
78
80
79
81
82
83
84
85
86
0 commit comments