We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da99b6 commit 4dcdf29Copy full SHA for 4dcdf29
.github/workflows/copilot-setup-steps.yml
@@ -15,7 +15,7 @@ env:
15
# See: https://devguide.python.org/versions
16
PYTHON_VERSION: 3.13
17
# See: https://github.com/astral-sh/uv/releases
18
- UV_VERSION: 0.5.x
+ UV_VERSION: 0.7.x
19
20
jobs:
21
# Job must be called `copilot-setup-steps` or it will not be picked up by Copilot
.github/workflows/pipeline.yaml
@@ -21,7 +21,7 @@ env:
22
23
24
25
26
27
init:
0 commit comments