Skip to content

Commit

Permalink
Skip pytest for win32 on PyPI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oooo26 authored Aug 5, 2023
1 parent d5e90db commit 8f2d00b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ skip = "pp*"
test-skip = """\
*manylinux_i686 \
*musllinux* \
cp310-win32 cp311-win32
*win32
"""
test-requires = "pytest"
test-command = "pytest {package}/pytest -v"
Expand All @@ -39,9 +39,9 @@ archs = ["x86_64", "universal2", "arm64"]
# select = "*musllinux*"
# before-all = "apk add openblas-dev lapack-dev jpeg-dev"

[[tool.cibuildwheel.overrides]]
select = "*win32"
before-test = "pip install lifelines \"pandas<2.0.0\" \"scipy<=1.9.1\" \"scikit-learn<=0.24.2\""
# [[tool.cibuildwheel.overrides]]
# select = "*win32"
# before-test = "pip install lifelines \"pandas<2.0.0\" \"scipy<=1.9.1\" \"scikit-learn<=0.24.2\""

[[tool.cibuildwheel.overrides]]
select = "*macos*"
Expand Down

0 comments on commit 8f2d00b

Please sign in to comment.