Skip to content

Commit

Permalink
Change skip tag to win32
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-earthscope committed May 31, 2024
1 parent 5c9c543 commit 7505489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# Skip test: aarch64 on linux for now (emulated), fix when GitHub Actions supports aarch64
# Skip test: 32-bit windows, will not work with pytest on 64-bit python
CIBW_TEST_SKIP: "*-*linux_aarch64 *win_x86"
CIBW_TEST_SKIP: "*-*linux_aarch64 *win32"

with:
package-dir: .
Expand Down

0 comments on commit 7505489

Please sign in to comment.