Skip to content

Commit

Permalink
Merge branch 'main' into cleanup-dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Nibbelink <79653949+bennibbelink@users.noreply.github.com>
  • Loading branch information
bennibbelink committed May 11, 2024
2 parents e976886 + 7768ed9 commit b7cb361
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Expand Up @@ -109,7 +109,8 @@ ARG make_cores=2
COPY . /cyclus
WORKDIR /cyclus

RUN python install.py -j ${make_cores} --allow-milps --code-coverage
RUN python3 install.py -j ${make_cores} --allow-milps --code-coverage

ENV PATH /root/.local/bin:$PATH
ENV LD_LIBRARY_PATH /root/.local/lib:/root/.local/lib/cyclus
RUN lcov -c -d /cyclus -o initial_coverage.info --gcov-tool ${GCOV} --initial --no-external && \
Expand Down

0 comments on commit b7cb361

Please sign in to comment.