Skip to content

Commit 7ee632a

Browse files
committed
add venv
1 parent 7e99382 commit 7ee632a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
python-version-file: "napari/pyproject.toml"
6969

7070
- name: Install Dependencies
71-
run:
71+
run: |
72+
uv venv
7273
uv pip install "napari/[pyqt5, docs]"
7374
env:
7475
PIP_CONSTRAINT: ${{ github.workspace }}/napari/resources/constraints/constraints_py3.10_docs.txt

0 commit comments

Comments
 (0)