Skip to content

Commit

Permalink
test conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyinz committed May 17, 2024
1 parent 8fabdc1 commit 65573cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: '21 21 * * 5'
push:
branches: [ master ]
branches: [ master, fix_PyMUTEX_LOCK_error ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
release:
Expand All @@ -13,6 +13,7 @@ on:
jobs:
conda-build-arm64:
runs-on: ubuntu-latest
if: false
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
Expand Down Expand Up @@ -42,6 +43,7 @@ jobs:
conda-build-amd64:
runs-on: ubuntu-latest
if: false
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
Expand Down

0 comments on commit 65573cb

Please sign in to comment.