Skip to content
Snippets Groups Projects
Commit deded652 authored by James Briggs's avatar James Briggs
Browse files

fix: doc workflow python version

parent 8aeaafea
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
python-version:
- "3.13"
- "3.11"
steps:
- uses: actions/checkout@v4
- name: Cache uv
......@@ -37,7 +37,7 @@ jobs:
# python-version: ${{ matrix.python-version }}
# cache: uv
- name: Set up Python ${{ matrix.python-version }}
run: uv venv --python 3.11
run: uv venv --python ${{ matrix.python-version }}
- name: Install dependencies
run: uv pip install -e .[docs]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment