Skip to content

Commit 4a44d1a

Browse files
committed
debug: fix bdist_wheel
1 parent 1274a5d commit 4a44d1a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/docker-img.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ jobs:
134134

135135
# rc
136136
rm-cache-rc-at-helm:
137-
needs: setup-envvar
137+
needs:
138+
- setup-envvar
139+
- build-docker-img
138140
if: ${{ github.event_name == 'release' && contains(github.ref, 'rc') }}
139141
runs-on: ubuntu-latest
140142
steps:

worker-v4.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM python:3.10
2-
RUN python -m pip install -U pip
3-
RUN python -m pip install wheel
2+
RUN python -m pip install -U pip setuptools wheel
43
COPY ./requirements /requirements
54
RUN python -m pip install -r /requirements/v4-worker.txt
65

0 commit comments

Comments
 (0)