Skip to content

Commit

Permalink
use pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Jun 14, 2024
1 parent fe74b4a commit fe173be
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,7 @@ EOF
ARG CODECOV_VER
RUN <<EOF
# temporary workaround for discovered codecov binary install issue. See rapidsai/ci-imgs/issues/142
wget "https://files.pythonhosted.org/packages/96/73/e18aaee2b3638528cfbece0615c34a59489f9063413744a31149558a0645/codecov-cli-${CODECOV_VER}.tar.gz"
tar -xvf codecov-cli-${CODECOV_VER}.tar.gz
pushd codecov-cli-${CODECOV_VER}
python setup.py install
popd
rm codecov-cli-${CODECOV_VER}.tar.gz
pip install --no-binary codecov codecov==${CODECOV_VER}
EOF

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

0 comments on commit fe173be

Please sign in to comment.