diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 55db0be..571f856 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -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