Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed Mar 29, 2024
1 parent cb29067 commit a8243ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ jobs:
verify:
runs-on: ${{ matrix.os }}
# do not verify for linux-aarch for now
needs: [win-and-mac, linux, linux-aarch, apple-arm]
# needs: [win-and-mac, linux, linux-aarch, apple-arm]
needs: [win-and-mac, linux, apple-arm]
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
Expand Down

0 comments on commit a8243ca

Please sign in to comment.