Skip to content

Commit 6873d1c

Browse files
committed
set python version
1 parent 7ee632a commit 6873d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install Python
6666
uses: actions/setup-python@v5
6767
with:
68-
python-version-file: "napari/pyproject.toml"
68+
python-version: "3.10"
6969

7070
- name: Install Dependencies
7171
run: |

0 commit comments

Comments
 (0)