From 15b61dacb5df8f1586269666a71971047d9fc2cb Mon Sep 17 00:00:00 2001 From: someone_else Date: Tue, 28 Jan 2025 11:11:28 +0100 Subject: [PATCH] =?UTF-8?q?I=C2=A0HATE=C2=A0YAML?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/verify.yml b/.forgejo/workflows/verify.yml index 77ac61b..71868d8 100644 --- a/.forgejo/workflows/verify.yml +++ b/.forgejo/workflows/verify.yml @@ -19,7 +19,7 @@ jobs: run: | apk add --no-cache nodejs git openssh python3 py3-pip - name: Create virtualenv and install Python dependencies - run: + run: | python -m venv venv . venv/bin/activate pip install --upgrade GitPython requests