Skip to content

Commit e1cecff

Browse files
committed
Specify Python 3.12
1 parent 50f3ad7 commit e1cecff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333

3434
- name: Build conda package
3535
run: |
36-
# use bootstrap channel to pull NumPy linked with OpenBLAS
3736
CHANNELS="-c conda-forge --override-channels"
37+
VERSIONS="--python 3.12"
3838
conda build \
39+
$VERSIONS \
3940
$CHANNELS \
4041
recipe
4142

0 commit comments

Comments
 (0)