Skip to content

Commit

Permalink
devops: devops attempt to fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Nov 7, 2024
1 parent fe74a44 commit e227caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
deploy-conda:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
Expand All @@ -30,7 +31,7 @@ jobs:
- name: Get conda
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.12
python-version: 3.13
channels: conda-forge
miniconda-version: latest
- name: Prepare
Expand Down

0 comments on commit e227caa

Please sign in to comment.