Skip to content
Snippets Groups Projects
Commit afadbaf7 authored by Neda Moeini's avatar Neda Moeini
Browse files

Removed build-isolation option from pip command.

parent 000be29f
No related branches found
No related tags found
No related merge requests found
Pipeline #84925 failed
......@@ -14,8 +14,7 @@ RUN mkdir -p /app/gap/ansible /etc/ansible && \
RUN pip install \
--pre \
--extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \
goat-lso==${ARTIFACT_VERSION} \
--no-isolation
goat-lso==${ARTIFACT_VERSION}
RUN ansible-galaxy install \
-r ansible-galaxy-requirements.yaml \
-p /app/gap/ansible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment