Skip to content

Commit

Permalink
#32: try a ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 22, 2024
1 parent 32c7c67 commit 56db764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/make-base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ RUN echo "CC=\$(which ${CC})" >> /vol1/.env
RUN echo "CXX=\$(which ${CXX})" >> /vol1/.env
RUN echo "VTK_DIR=$VTK_DIR" >> /vol1/.env

# automatically export all variables
RUN set -a && source /vol1/.env && set +a
# Load variables to bash (CC, CXX, VTK_DIR)
RUN /bin/bash -c "set -a && source /vol1/.env && set +a"

# Setup python 3.8 with conda

Expand Down

0 comments on commit 56db764

Please sign in to comment.