Skip to content

Commit

Permalink
change to properly disable linux arm conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyinz committed May 17, 2024
1 parent 7c7c5bc commit de648fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:
conda-build-arm64:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'schedule' || github.event_name == 'release' }}
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
Expand All @@ -31,7 +32,6 @@ jobs:

- name: Build and publish conda package arm64
uses: docker/build-push-action@v4
if: ${{ github.event_name == 'schedule' || github.event_name == 'release' }}
with:
context: .
file: scripts/Dockerfile_conda_build
Expand Down

0 comments on commit de648fa

Please sign in to comment.