Skip to content

Commit 3ecf00f

Browse files
committed
Add uv venv
1 parent d25c1a6 commit 3ecf00f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs-build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
run: uv python install ${{ matrix.python-version }}
3838

3939
- name: Install dependencies
40-
run: uv pip install .
40+
run: |
41+
uv venv
42+
uv pip install .
4143
4244
- name: Install optional dependencies
4345
run: |

0 commit comments

Comments
 (0)