Skip to content

Commit

Permalink
Fix conda-build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Oct 14, 2024
1 parent e62f203 commit 79d7ecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ jobs:
environment-name: conda-build-env
create-args: >-
conda-build
conda-verify
init-shell: bash
- run: |
mkdir output/
conda-build build core --output-folder output
conda-build core --output-folder output
shell: bash -leo pipefail {0}
name: Build conda package
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 79d7ecf

Please sign in to comment.