Skip to content

Commit

Permalink
#32: ci try a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 22, 2024
1 parent 19af480 commit 74fb117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/docker/make-base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ RUN apt-get update -y -q && \
ENV CC="\$(which ${CC})"
ENV CXX="\$(which ${CXX})"

# And also in shell env
RUN export CC="\$(which ${CC})"
RUN export CXX="\$(which ${CXX})"
# # And also in shell env
# RUN export CC="$(which ${CC})"
# RUN export CXX="$(which ${CXX})"

# Setup python 3.8 with conda

Expand Down

0 comments on commit 74fb117

Please sign in to comment.