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

fix: python version

parent 1346e65b
No related branches found
Tags v0.2.8
No related merge requests found
......@@ -21,18 +21,17 @@ jobs:
- "3.11"
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pydocs
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# with:
# python-version: ${{ matrix.python-version }}
# cache: uv
- name: Set up Python ${{ matrix.python-version }}
run: uv venv --python ${{ matrix.python-version }}
- name: Install dependencies
run: uv pip install .[docs]
run: |
uv pip install .[docs]
- name: Build docs
run: |
......
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