test
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 7s
Gentoo Utils / check-format (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 12s
Gentoo Utils / build (push) Successful in 20s
Gentoo Utils / fuzz (push) Failing after 8s
Gentoo Utils / test (push) Successful in 26s

This commit is contained in:
2025-12-13 21:50:49 -06:00
parent fc84c680c2
commit dceca6a4aa

View File

@@ -139,7 +139,7 @@ jobs:
run: |
git clone https://github.com/gentoo/portage.git
cd portage
python -m venv .venv && ./venv/bin/activate install -e .
python -m venv .venv && ./venv/bin/pip install -e .
source ./venv/bin/activate
which emerge