We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90c6ee commit 46dd0e2Copy full SHA for 46dd0e2
.github/workflows/build_and_deploy.yml
@@ -75,7 +75,7 @@ jobs:
75
make build
76
cd ../docs
77
env:
78
- PIP_CONSTRAINT: ${{ github.workspace }}/napari/resources/constraints/constraints_py3.10_docs.txt
+ UV_CONSTRAINT: ${{ github.workspace }}/napari/resources/constraints/constraints_py3.10_docs.txt
79
80
- name: Testing
81
run: |
0 commit comments