Skip to content

Commit e10038d

Browse files
committed
Correct pip install command
1 parent aad9a40 commit e10038d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous_integration/Dockerfile-manylinux_2_28_with_qt6_lima-manylinux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ENV NLTK_PTB_DP_FILE=/nltk_data/corpora/dependency_treebank/nltk-ptb.dp \
9191
# Some models are necessary for unit tests to work, let's use a previous
9292
# version of lima-python to install them
9393
RUN wget -q https://github.com/aymara/lima-python/releases/download/continuous/aymara-0.5.0b6-cp37-abi3-manylinux_2_28_x86_64.whl
94-
RUN pip install -y ./aymara-0.5.0b6-cp37-abi3-manylinux_2_28_x86_64.whl
94+
RUN pip install ./aymara-0.5.0b6-cp37-abi3-manylinux_2_28_x86_64.whl
9595
RUN lima_models -i eng
9696
RUN deeplima_models -i UD_English-EWT
9797
RUN pip uninstall -y aymara

0 commit comments

Comments
 (0)