Skip to content

Commit

Permalink
set env variable for test command
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Jun 8, 2024
1 parent 41ed62a commit 60ea875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ write_to = "src/fsps/fsps_version.py"

[tool.cibuildwheel]
skip = "pp* *-win32 *-musllinux_* *-manylinux_i686"
test-command = "python {project}/tests/simple.py"
test-command = "SPS_HOME={project}/src/fsps/libfsps python {project}/tests/simple.py"
environment = { SPS_HOME = "$(pwd)/src/fsps/libfsps" }

# Needed for full C++17 support
Expand Down

0 comments on commit 60ea875

Please sign in to comment.