Skip to content

Commit 8e8c6ac

Browse files
authored
Update Python version to 3.10 in workflow
1 parent 5ad97a7 commit 8e8c6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_conda_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
miniconda-version: "latest"
7777
auto-update-conda: true
78-
python-version: 3.9
78+
python-version: "3.10"
7979
architecture: x64
8080

8181
- name: Setup miniconda (macos-latest)
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
miniconda-version: "latest"
8686
auto-update-conda: true
87-
python-version: 3.9
87+
python-version: "3.10"
8888
architecture: arm64
8989

9090
- name: Build FUNtoFEM package

0 commit comments

Comments
 (0)