We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af90d0 commit ea5ec70Copy full SHA for ea5ec70
cwltool.Dockerfile
@@ -14,6 +14,7 @@ RUN rm /wheels/schema_salad*
14
RUN pip install black
15
RUN SCHEMA_SALAD_USE_MYPYC=1 MYPYPATH=typeshed pip wheel --no-binary schema-salad \
16
$(grep schema.salad requirements.txt) --wheel-dir=/wheels
17
+RUN rm /wheels/pyparsing-3*
18
RUN pip install --force-reinstall --no-index --no-warn-script-location --root=/pythonroot/ /wheels/*.whl
19
# --force-reinstall to install our new mypyc compiled schema-salad package
20
0 commit comments