Skip to content

Commit

Permalink
CI: Update Dockerfile
Browse files Browse the repository at this point in the history
Trying to understand intermittent GHA failures
  • Loading branch information
cookpa authored Jul 29, 2024
1 parent 0b70ecb commit c812d61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ RUN conda update -c defaults conda && \

WORKDIR /usr/local/src
COPY environment.yml .
RUN conda env update -n base
RUN echo "CONDA INFO: " && \
conda info && \
conda config --show-sources && \
echo "Updating conda" && \
conda env update -n base
COPY . .

# number of parallel make jobs
Expand Down

0 comments on commit c812d61

Please sign in to comment.