Skip to content

Commit

Permalink
TEST-#3410: use strict channel priority
Browse files Browse the repository at this point in the history
Signed-off-by: Myachev <[email protected]>
  • Loading branch information
anmyachev committed Sep 8, 2021
1 parent 600fa26 commit 2c2fd3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/teamcity/Dockerfile.teamcity-ci
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ SHELL ["/bin/bash", "--login", "-c"]
RUN conda init bash
ENV PATH /root/anaconda3/envs/modin/bin:$PATH

RUN conda config --set channel_priority strict
RUN conda update python -y
RUN conda env create -f ${ENVIRONMENT}
RUN conda install curl PyGithub
Expand Down

0 comments on commit 2c2fd3d

Please sign in to comment.