Skip to content

Commit

Permalink
Temporarily disabled aarch and winx86 builds du to errors in pyo3
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gehrke committed Jun 7, 2024
1 parent cb465d9 commit a97bd63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
target: x86_64
- runner: ubuntu-latest
target: x86
# - runner: ubuntu-latest
# target: aarch64
- runner: ubuntu-latest
target: armv7
- runner: ubuntu-latest
Expand Down Expand Up @@ -91,8 +93,8 @@ jobs:
platform:
- runner: windows-latest
target: x64
- runner: windows-latest
target: x86
# - runner: windows-latest
# target: x86
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit a97bd63

Please sign in to comment.