Skip to content

Commit

Permalink
Bug fix in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Aug 11, 2023
1 parent 3ec87cc commit f4de9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.cmake-cgcore-mgx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN curl -LO https://raw.githubusercontent.com/LIHPC-Computational-Geometry/spac
./${MIRROR_SCRIPT} build-releases ${SPACK_RECIPES_RELEASE_NUMBER}
#==========================================
# mgx documentation
RUN cd /containerws/src/mgx-1.0.0 &&\
RUN cd /containerws/src/mgx-* &&\
python3 -m venv .venv &&\
source .venv/bin/activate &&\
pip install sphinx_rtd_theme &&\
Expand Down

0 comments on commit f4de9b9

Please sign in to comment.