From ceffe6e9518897c3bda489ac8947bea58283cefd Mon Sep 17 00:00:00 2001 From: penguin Date: Sat, 13 Dec 2025 21:50:49 -0600 Subject: [PATCH] test --- .gitea/workflows/gentoo-utils.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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