Skip to content

Commit acf44aa

Browse files
workaround for until new digraphs version is released
1 parent ceab10d commit acf44aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ RUN cd /home/gap/inst/gap-${GAP_BRANCH}/ \
2727
&& cd .. \
2828
&& make doc
2929

30+
## workaround for until new digraphs version is released
31+
RUN cd /home/gap/inst/gap-${GAP_BRANCH}/ \
32+
&& touch pkg/digraphs/gap/doc.g
33+
3034
## build JupyterKernel
3135
#RUN cd /home/gap/inst/gap-${GAP_BRANCH}/pkg \
3236
# && mv JupyterKernel-* JupyterKernel \

0 commit comments

Comments
 (0)