From b3c929805b3c409b365966e7dd044c54b01b9c5c Mon Sep 17 00:00:00 2001 From: cswimr Date: Thu, 10 Oct 2024 15:32:28 -0400 Subject: [PATCH] oops! --- .forgejo/workflows/actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/actions.yaml b/.forgejo/workflows/actions.yaml index 4da156e..3434f4c 100644 --- a/.forgejo/workflows/actions.yaml +++ b/.forgejo/workflows/actions.yaml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Install dependencies - run: uv install + run: uv sync --no-dev - name: Build the package run: uv build @@ -71,7 +71,7 @@ jobs: fetch-depth: 0 - name: Install dependencies - run: uv sync --no-dev --optional=documentation + run: uv sync --no-dev --extra=documentation - name: Set environment variables uses: actions/env@v2