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 ea5ec70 commit 2b9d7b0Copy full SHA for 2b9d7b0
cwltool.Dockerfile
@@ -13,7 +13,7 @@ RUN CWLTOOL_USE_MYPYC=1 MYPYPATH=typeshed pip wheel --no-binary schema-salad --w
13
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
+ $(grep schema.salad requirements.txt) black --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
0 commit comments