We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee632a commit 6873d1cCopy full SHA for 6873d1c
.github/workflows/build_and_deploy.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Install Python
66
uses: actions/setup-python@v5
67
with:
68
- python-version-file: "napari/pyproject.toml"
+ python-version: "3.10"
69
70
- name: Install Dependencies
71
run: |
0 commit comments