Skip to content

Commit

Permalink
Exclude Linux matrix build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Aug 26, 2024
1 parent c5ef18f commit 7c9763d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
matrix:
os: [macos-13, windows-latest] # , ubuntu-latest
cibw_archs: ["auto"]
include:
- os: ubuntu-latest
cibw_archs: "aarch64"
#include:
# - os: ubuntu-latest
# cibw_archs: "aarch64"
steps:
- uses: actions/checkout@v2
- name: Install Rust
Expand Down

0 comments on commit 7c9763d

Please sign in to comment.