Skip to content

Commit 33207f9

Browse files
committed
fix build
1 parent bb6e8d1 commit 33207f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN for PYTHON_VERSION in 3.9.23 3.10.18 3.11.13 3.12.11 3.13.5; do \
5252
python${PYTHON_VERSION} -m ensurepip --upgrade && \
5353
PYTHON_VERSION_TRIMMED=$(echo ${PYTHON_VERSION} | cut -d . -f -2) && \
5454
# Create an alias for python${PYTHON_VERSION} so that it points to python${PYTHON_VERSION_TRIMMED}
55-
alias python${PYTHON_VERSION}=${PYTHON_VERSION_TRIMMED} \
55+
alias python${PYTHON_VERSION}=python${PYTHON_VERSION_TRIMMED} \
5656
; done
5757

5858
# Test Pip

0 commit comments

Comments
 (0)