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 d4c78ff commit 1b66406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ filterwarnings = 'ignore::DeprecationWarning:pandas_datareader.compat'

[tool.cibuildwheel]
test-extras = "test"
test-command = "pytest -x --reruns 5 {package}/tests"
#test-command = "pytest -x --reruns 5 {package}/tests"
test-command = 'python -c "import zipline; print(zipline.__version__)"'
build-verbosity = 3
environment = "GITHUB_ACTIONS=true"

Expand Down

0 comments on commit 1b66406

Please sign in to comment.