Skip to content
Snippets Groups Projects
Commit 94dab8b2 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

remove --yes flag

parent 4029d864
No related branches found
No related tags found
No related merge requests found
Pipeline #20167 passed with warnings
......@@ -7,4 +7,4 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update -q && apt-get install -qy
make git \
&& rm -rf /var/lib/apt/lists/*
RUN conda-env create --yes -f environment.yml
RUN conda-env create -f environment.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment