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

This commit is contained in:
2025-12-13 21:50:49 -06:00
parent 32c419da8b
commit 8cf9d59ffc

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