Skip to content

Commit 2b9d7b0

Browse files
committed
cwltool.Dockerfile: make wheel for black as well
1 parent ea5ec70 commit 2b9d7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN CWLTOOL_USE_MYPYC=1 MYPYPATH=typeshed pip wheel --no-binary schema-salad --w
1313
RUN rm /wheels/schema_salad*
1414
RUN pip install black
1515
RUN SCHEMA_SALAD_USE_MYPYC=1 MYPYPATH=typeshed pip wheel --no-binary schema-salad \
16-
$(grep schema.salad requirements.txt) --wheel-dir=/wheels
16+
$(grep schema.salad requirements.txt) black --wheel-dir=/wheels
1717
RUN rm /wheels/pyparsing-3*
1818
RUN pip install --force-reinstall --no-index --no-warn-script-location --root=/pythonroot/ /wheels/*.whl
1919
# --force-reinstall to install our new mypyc compiled schema-salad package

0 commit comments

Comments
 (0)