We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041191c commit 39e46cfCopy full SHA for 39e46cf
.circleci/config.yml
@@ -16,8 +16,6 @@ parameters:
16
default: "8005"
17
18
jobs:
19
-
20
21
lint:
22
docker:
23
- image: ghcr.io/astral-sh/uv:python<< pipeline.parameters.python-version >>-bookworm-slim
@@ -58,6 +56,7 @@ jobs:
58
56
command: |
59
57
curl -LsSf https://astral.sh/uv/install.sh | sh
60
export PATH="$HOME/.local/bin:$PATH"
+ uv python install << pipeline.parameters.python-version >>
61
uv sync --frozen --extra dev
62
- run:
63
name: Start service
0 commit comments