install the correct version of python before running actions
Some checks failed
Actions / Build (push) Successful in 10s
Actions / Lint with Ruff & Pylint (push) Failing after 14s
Actions / Build Documentation (push) Successful in 24s

This commit is contained in:
Seaswimmer 2024-10-10 15:47:20 -04:00
parent 59238eb6c8
commit 3949e75de5
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -14,6 +14,9 @@ jobs:
with:
fetch-depth: 0
- name: Install python
run: uv python install 3.11
- name: Install dependencies
run: uv sync --no-dev
@ -50,6 +53,9 @@ jobs:
with:
fetch-depth: 0
- name: Install python
run: uv python install 3.11
- name: Install dependencies
run: uv sync
@ -70,6 +76,9 @@ jobs:
with:
fetch-depth: 0
- name: Install python
run: uv python install 3.11
- name: Install dependencies
run: uv sync --no-dev --extra=documentation