Skip to content

Commit

Permalink
Only run build+test on windows PyPy for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
skogler committed Aug 3, 2024
1 parent 26ea736 commit 0deafac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [windows-latest]
# os: [ubuntu-latest, windows-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build-backend = "setuptools.build_meta"
# Cannot run tests on arm64 macosx python 3.8
# See https://github.com/pypa/cibuildwheel/pull/1169
test-skip="cp38-macosx_*:arm64"
test-skip="cp*"
test-requires=[
"pytest"
]
Expand Down

0 comments on commit 0deafac

Please sign in to comment.