File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 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 : python3 -m pip install -U packaging --break-system-packages
30-
3125 - uses : actions/checkout@v4
3226
3327 - name : Allow workspace
4539 needs : [build_sdist]
4640 runs-on : ubuntu-latest
4741 steps :
42+ - name : Install Python (if missing)
43+ run : apt-get update && apt-get install -y python3 python3-pip
44+
45+ - name : Update python dependencies
46+ run : python3 -m pip install -U packaging --break-system-packages
47+
4848 - uses : actions/download-artifact@v4
4949 with :
5050 name : artifact
6060 runs-on : ubuntu-latest
6161 if : startsWith(github.ref, 'refs/tags/v') && github.repository == 'linux-nvme/libnvme'
6262 steps :
63+ - name : Install Python (if missing)
64+ run : apt-get update && apt-get install -y python3 python3-pip
65+
66+ - name : Update python dependencies
67+ run : python3 -m pip install -U packaging --break-system-packages
68+
6369 - name : Check if it is a release tag
6470 id : check-tag
6571 run : |
You can’t perform that action at this time.
0 commit comments