Skip to content

Commit

Permalink
debug macos
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed May 15, 2024
1 parent d181bc6 commit d4c78ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ environment = "GITHUB_ACTIONS=true"
[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64", "universal2"]
test-skip = ["*universal2:arm64"]
test-command = 'python -c "import zipline; print(zipline.__version__)"'

[tool.cibuildwheel.linux]
archs = ["auto64"]
Expand All @@ -159,6 +160,7 @@ skip = "*musllinux*"
test-command = 'pytest -k "not daily_returns_is_special_case_of_returns" --reruns 5 {package}/tests'
test-skip = ["*"]


[tool.black]
line-length = 88
target-version = ['py38', 'py39', 'py310', 'py311']
Expand Down

0 comments on commit d4c78ff

Please sign in to comment.