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

fix: drop cache

parent 83df8bec
No related branches found
No related tags found
No related merge requests found
...@@ -25,12 +25,12 @@ jobs: ...@@ -25,12 +25,12 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
cache: pydocs
- name: Install uv - name: Install uv
run: | run: |
curl -LsSf https://astral.sh/uv/install.sh | sh curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install dependencies - name: Install dependencies
run: | run: |
uv venv --python ${{ matrix.python-version }}
uv pip install .[docs] uv pip install .[docs]
- name: Build docs - name: Build 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