File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : [main]
66
7+ env :
8+ UV_TORCH_BACKEND : " auto" # only used with uv pip install
9+
710jobs :
811 Documentation :
912 runs-on : ubuntu-latest
1619 with :
1720 cache-suffix : -docs-${{ matrix.python-version }}-${{ env.WEEK }}
1821 - name : Install dependencies
19- run : uv sync --group docs --group dev
22+ run : uv pip install --group docs --group dev
2023 - name : Set up Git
2124 run : |
2225 git config user.name ${{ github.actor }}
Original file line number Diff line number Diff line change 66 branches : [main]
77
88env :
9- UV_TORCH_BACKEND : " auto"
9+ UV_TORCH_BACKEND : " auto" # only used with uv pip install
1010
1111jobs :
1212 Linting :
4343 with :
4444 cache-suffix : -tests-${{ matrix.python-version }}-${{ env.WEEK }}
4545 - name : Install dependencies
46- run : uv sync --group dev
46+ run : uv pip install --group dev
4747
4848 - name : Test with Pytest on Python ${{ matrix.python-version }}
4949 run : |
8888 with :
8989 cache-suffix : -docs-${{ matrix.python-version }}-${{ env.WEEK }}
9090 - name : Install dependencies
91- run : uv sync --group docs --group dev
91+ run : uv pip install --group docs --group dev
9292 - name : Build documentation
9393 run : |
9494 source .venv/bin/activate
You can’t perform that action at this time.
0 commit comments