diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ac2551..c476614 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,6 +76,7 @@ jobs: python3-pycotap FEDORA_PACKAGES_DISTRO: > patch + procps-ng strace run: | diff --git a/tests/test-build.sh b/tests/test-build.sh index 78c8e04..919cd2e 100755 --- a/tests/test-build.sh +++ b/tests/test-build.sh @@ -73,7 +73,7 @@ maybe_install_pycotap() { fi; # Check if pycotap is already available. - if ! python3 -m pycotap >/dev/null; then + if ! python3 -c "import pycotap"; then PIP=pip3 if ! command -v $PIP &> /dev/null ; then PIP=pip