Skip to content

Commit a09bed7

Browse files
committed
fix python version
1 parent 43ae41d commit a09bed7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ jobs:
1919
id-token: write
2020
steps:
2121
- uses: actions/checkout@v4
22+
- name: Conda config
23+
run: echo -e "channels:\n - conda-forge\n" > .condarc
24+
- uses: conda-incubator/setup-miniconda@v3
25+
with:
26+
python-version: "3.12"
27+
miniforge-version: latest
28+
condarc-file: .condarc
2229
- name: Build
2330
shell: bash -l {0}
2431
run: |

0 commit comments

Comments
 (0)