Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/linux_before_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -euxo pipefail
# Runs inside manylinux; use yum/dnf
if command -v dnf >/dev/null 2>&1; then PM=dnf; else PM=yum; fi
$PM -y install pkgconfig ninja-build unzip make which curl ca-certificates xz tar gzip cmake gcc-c++ fftw fftw-devel boost-devel zstd libzstd-devel || true
$PM -y install pkgconfig ninja-build unzip make which curl ca-certificates xz tar gzip cmake gcc-c++ fftw-libs fftw-devel boost-devel zstd libzstd-devel || true
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ skip = "pp* *-musllinux_*"

# Tests
test-requires = ["numpy"]
test-command = "python ci/smoke_test.py"
test-command = "python {project}/ci/smoke_test.py"

# Linux image + pre-steps (runs inside manylinux container)
[tool.cibuildwheel.linux]
Expand Down
Loading