Skip to content

Commit f3004b8

Browse files
committed
ci: fix coverage workflow
1 parent f8253a3 commit f3004b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/reqs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ function c4_install_test_requirements_ubuntu_impl()
163163
fi
164164

165165
if [ "$PIP_PKG" != "" ]; then
166+
sudo pip3 install --force-reinstall importlib_metadata
167+
sudo pip3 install --force-reinstall setuptools
166168
sudo pip3 install setuptools-rust
167169
sudo pip3 install --upgrade pip
168170
sudo pip3 install $PIP_PKG

0 commit comments

Comments
 (0)