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: ...@@ -18,7 +18,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: python-version:
- "3.13" - "3.11"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Cache uv - name: Cache uv
...@@ -37,7 +37,7 @@ jobs: ...@@ -37,7 +37,7 @@ jobs:
# python-version: ${{ matrix.python-version }} # python-version: ${{ matrix.python-version }}
# cache: uv # cache: uv
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
run: uv venv --python 3.11 run: uv venv --python ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies
run: uv pip install -e .[docs] 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