Skip to content

Commit

Permalink
merge master -Dorg -Ssuccess-only: PR 469 (install sphinx)
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopycrimecop committed Aug 22, 2023
2 parents 96f2f89 + 5d442a7 commit 37aae28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN git submodule update --init

RUN python3 -m venv /bio-formats-build/venv
ENV PATH="/bio-formats-build/venv/bin:$PATH"
RUN pip install -r bio-formats-documentation/requirements.txt
RUN pip install -r ome-model/requirements.txt

RUN mvn clean install -DskipSphinxTests
Expand Down

0 comments on commit 37aae28

Please sign in to comment.