Skip to content

Commit a317abf

Browse files
committed
try with 3.12
1 parent af47c0c commit a317abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
enable-cache: true
5757

5858
- name: Set up Python3
59-
run: uv python install 3
59+
run: uv python install 3.12
6060

6161
- name: Install dependencies
6262
run: |
6363
uv sync --all-extras
6464
uv run pip install -r requirements/requirements-docs.txt
6565
66-
- name: Deploy docs
66+
- name: Test docs
6767
run: uv run mkdocs build -f docs/mkdocs.yml
6868

6969
benchmark:

0 commit comments

Comments
 (0)