Skip to content

Commit e227caa

Browse files
committed
devops: devops attempt to fix release pipeline
1 parent fe74a44 commit e227caa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
deploy-conda:
88
strategy:
9+
fail-fast: false
910
matrix:
1011
include:
1112
- os: ubuntu-latest
@@ -30,7 +31,7 @@ jobs:
3031
- name: Get conda
3132
uses: conda-incubator/setup-miniconda@v3
3233
with:
33-
python-version: 3.12
34+
python-version: 3.13
3435
channels: conda-forge
3536
miniconda-version: latest
3637
- name: Prepare

0 commit comments

Comments
 (0)