Skip to content

Commit 07af7e1

Browse files
authored
update workflow to use python=3.12 for conda build (#67)
1 parent 4407f87 commit 07af7e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: echo $CONDA/bin >> $GITHUB_PATH
4949

5050
- name: Install conda-build
51-
run: conda install conda-build
51+
run: conda install conda-build python=3.12
5252

5353
- name: Build conda package
5454
run: |
@@ -90,7 +90,7 @@ jobs:
9090
- name: Add conda to system path
9191
run: echo $CONDA/bin >> $GITHUB_PATH
9292
- name: Install conda-build
93-
run: conda install conda-build
93+
run: conda install conda-build python=3.12
9494
- name: Create conda channel
9595
run: |
9696
mkdir -p $GITHUB_WORKSPACE/channel/linux-64
@@ -187,7 +187,7 @@ jobs:
187187
- name: Install conda build
188188
run: |
189189
conda activate
190-
conda install -y conda-build
190+
conda install -y conda-build python=3.12
191191
conda list -n base
192192
193193
- name: Build conda package

0 commit comments

Comments
 (0)