Skip to content

Commit

Permalink
install from whl
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Jun 14, 2024
1 parent 1a6aedd commit af05d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ EOF
ARG CODECOV_VER
RUN <<EOF
# temporary workaround for discovered codecov binary install issue. See rapidsai/ci-imgs/issues/142
pip install --no-binary codecov-cli codecov-cli==${CODECOV_VER}
pip install codecov-cli==${CODECOV_VER}
EOF

RUN /opt/conda/bin/git config --system --add safe.directory '*'
Expand Down

0 comments on commit af05d7b

Please sign in to comment.