We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa98cd0 commit 8e97513Copy full SHA for 8e97513
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
version: "latest"
25
26
- name: Set up Python
27
- run: uv python install
+ run: uv python install 3.12
28
29
- name: Install dependencies
30
run: uv sync --all-groups
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
87
@@ -102,7 +102,7 @@ jobs:
102
103
104
105
106
107
108
run: uv sync
@@ -139,7 +139,7 @@ jobs:
139
140
141
142
143
144
- name: Create virtual environment
145
run: uv venv
0 commit comments