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