oops!
Some checks failed
Actions / Lint with Ruff & Pylint (push) Failing after 12s
Actions / Build (push) Successful in 18s
Actions / Build Documentation (push) Successful in 22s

This commit is contained in:
Seaswimmer 2024-10-10 15:32:28 -04:00
parent 8cf60f653a
commit b3c929805b
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -15,7 +15,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Install dependencies - name: Install dependencies
run: uv install run: uv sync --no-dev
- name: Build the package - name: Build the package
run: uv build run: uv build
@ -71,7 +71,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Install dependencies - name: Install dependencies
run: uv sync --no-dev --optional=documentation run: uv sync --no-dev --extra=documentation
- name: Set environment variables - name: Set environment variables
uses: actions/env@v2 uses: actions/env@v2