Skip to content

Commit e1d9660

Browse files
committed
build: use pipx for installing packaging
Signed-off-by: Daniel Wagner <wagi@kernel.org>
1 parent 4610264 commit e1d9660

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ jobs:
2222
container:
2323
image: ghcr.io/linux-nvme/debian.python:latest
2424
steps:
25-
- name: Install Python (if missing)
26-
run: apt-get update && apt-get install -y python3 python3-pip
27-
28-
- name: Update python dependencies
29-
run: pip install -U packaging
25+
- name: Install packaging via pipx
26+
run: pipx install packaging
3027

3128
- uses: actions/checkout@v4
3229

0 commit comments

Comments
 (0)