Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Apr 2, 2024
1 parent 6092acb commit e0e43d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
miniconda-version: latest
- name: Prepare
run: conda install conda-build conda-verify
shell: bash
# Required for conda-incubator/setup-miniconda@v3
shell: bash -l {0}
- name: Build and Upload
shell: bash
# Required for conda-incubator/setup-miniconda@v3
shell: bash -l {0}
run: |
if [ "${{ matrix.target-platform }}" == "osx-arm64" ]; then
conda build . -m conda_build_config.yaml -m conda_build_config_osx_arm64.yaml
Expand Down

0 comments on commit e0e43d4

Please sign in to comment.