We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4610264 commit e1d9660Copy full SHA for e1d9660
1 file changed
.github/workflows/release-python.yml
@@ -22,11 +22,8 @@ jobs:
22
container:
23
image: ghcr.io/linux-nvme/debian.python:latest
24
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
+ - name: Install packaging via pipx
+ run: pipx install packaging
30
31
- uses: actions/checkout@v4
32
0 commit comments