Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
PyYoshi committed Jun 6, 2024
2 parents 6ade216 + 7c89995 commit 51021cd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ jobs:
- name: Build
uses: pypa/[email protected]
env:
# NOTICE: ローカルでは想定通りにテストは通るが、 cibuildwheel では 特定のファイルの文字コード検知がうまくいかないので一時的に無効化する
# CIBW_TEST_REQUIRES: "pytest"
# CIBW_TEST_COMMAND: "pytest {project}/src/tests"

CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest"
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
CIBW_SKIP: pp* cp36-* cp37-* cp38-*
Expand Down

0 comments on commit 51021cd

Please sign in to comment.