Skip to content

Commit 39e46cf

Browse files
ci: fix python version disreptancy in CI
1 parent 041191c commit 39e46cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ parameters:
1616
default: "8005"
1717

1818
jobs:
19-
20-
2119
lint:
2220
docker:
2321
- image: ghcr.io/astral-sh/uv:python<< pipeline.parameters.python-version >>-bookworm-slim
@@ -58,6 +56,7 @@ jobs:
5856
command: |
5957
curl -LsSf https://astral.sh/uv/install.sh | sh
6058
export PATH="$HOME/.local/bin:$PATH"
59+
uv python install << pipeline.parameters.python-version >>
6160
uv sync --frozen --extra dev
6261
- run:
6362
name: Start service

0 commit comments

Comments
 (0)