Skip to content

Commit db0dbe2

Browse files
committed
Try to pass through CI env vars for compiled tests
1 parent ad5e7da commit db0dbe2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ test-command=[
4949
'rm -rf "{project}/temp"',
5050
]
5151

52+
[tool.cibuildwheel.linux]
53+
environment-pass = ["CI", "GITHUB_ACTIONS"]
54+
5255
[tool.ruff]
5356
line-length = 120
5457
extend-exclude=["quadint-stubs"]

0 commit comments

Comments
 (0)