From b15a513939a8b8d337ebee4b278e64e5d158d2bd Mon Sep 17 00:00:00 2001 From: someone_else Date: Tue, 28 Jan 2025 11:13:11 +0100 Subject: [PATCH] first install dependencies --- .forgejo/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/verify.yml b/.forgejo/workflows/verify.yml index 0fb2caa..fd8cd9e 100644 --- a/.forgejo/workflows/verify.yml +++ b/.forgejo/workflows/verify.yml @@ -15,11 +15,11 @@ jobs: run: shell: ash -eo pipefail {0} steps: - - name: Checkout repository - uses: actions/checkout@v4 - name: Install dependencies run: | apk add --no-cache nodejs git openssh python3 py3-pip + - name: Checkout repository + uses: actions/checkout@v4 - name: Create virtualenv and install Python dependencies run: | python -m venv venv