Skip to content
Snippets Groups Projects
Commit d4741f0c authored by Andre Offringa's avatar Andre Offringa
Browse files

Fix compatibility between toil and cwltool

parent f605a055
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,8 @@ build_doc:
image: $INTEGRATION_IMAGE
before_script:
- apt-get update
- apt-get install -y make python3-sphinx
- apt-get install -y make
- pip install sphinx
script:
- cd docs
- make html
......
......@@ -138,9 +138,7 @@ RUN wget https://bootstrap.pypa.io/get-pip.py && \
# Install required python packages
RUN python3 -m pip install --no-cache-dir --upgrade \
cwl-runner \
cwltool \
toil
toil[cwl]
# Install current version of LINC. By adding this to the base image
# we can speed up the build of the final image, because all of LINC's
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment