diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4bddb9cba3fa0509eabefab8a3a9685e4004eca4..1048834a0e7b82178d9f5da4cdbc308592601013 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,12 +25,12 @@ jobs: 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: Install dependencies run: | + uv venv --python ${{ matrix.python-version }} uv pip install .[docs] - name: Build docs