Skip to content

Commit 04a2853

Browse files
committed
Remove python version from github yaml
Signed-off-by: Eric Curtin <eric.curtin@docker.com>
1 parent 12db60c commit 04a2853

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [macos-15, ubuntu-24.04-arm, ubuntu-24.04]
17-
python-version: ['3.10']
1817

1918
steps:
2019
- name: Checkout code

scripts/lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ensure_uv() {
2929
error "Failed to install uv"
3030
return 1
3131
fi
32+
3233
# Add uv to PATH for this session
3334
export PATH="$HOME/.local/bin:$PATH"
3435
fi

0 commit comments

Comments
 (0)