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 e0e43d4 commit 40854e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ jobs:
- os: macos-latest-xlarge
target-platform: osx-arm64
runs-on: ${{ matrix.os }}
defaults:
run:
# Required for conda-incubator/setup-miniconda@v3
shell: bash -el {0}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get conda
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
python-version: 3.12
channels: conda-forge
miniconda-version: latest
- name: Prepare
run: conda install conda-build conda-verify
# Required for conda-incubator/setup-miniconda@v3
shell: bash -l {0}
- name: Build and Upload
# 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 40854e1

Please sign in to comment.