Skip to content

Commit

Permalink
ci: fix coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed Aug 15, 2024
1 parent f8253a3 commit f3004b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/reqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ function c4_install_test_requirements_ubuntu_impl()
fi

if [ "$PIP_PKG" != "" ]; then
sudo pip3 install --force-reinstall importlib_metadata
sudo pip3 install --force-reinstall setuptools
sudo pip3 install setuptools-rust
sudo pip3 install --upgrade pip
sudo pip3 install $PIP_PKG
Expand Down

0 comments on commit f3004b8

Please sign in to comment.