Skip to content

Commit

Permalink
changed wheels configuration and requirements to properly run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jurra committed Sep 19, 2023
1 parent 8508ae0 commit ae13a0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
env:
CIBW_ARCHS_MACOS: auto universal2
CIBW_PRERELEASE_PYTHONS: true
CIBW_TEST_COMMAND: ""

- name: Verify clean directory
run: git diff --exit-code
Expand All @@ -71,7 +70,7 @@ jobs:
- uses: actions/setup-python@v4
name: Set up Python 3.x
with:
python-version: "3.x"
python-version: "3.8"

- uses: actions/download-artifact@v3
name: Download wheels
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
test-command = "python {project}/tests/test.py"
# test-requires = [ "pytest"]
# test-command = "pytest"
test-skip = "*universal2:arm64"

[tool.ruff]
Expand Down

0 comments on commit ae13a0e

Please sign in to comment.