Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasryck committed Sep 26, 2024
1 parent c6ec28d commit 42120d0
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 @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
skip = ["pp*", "*musllinux*"]

[tool.cibuildwheel.linux]
before-all = "yum install -y openblas-devel libgomp && ls /usr/lib64"
before-all = "yum install -y openblas-devel libgomp liblapack-dev && ls /usr/lib64"
test-command = ["cd {package}",]
skip = ["*i686", "pp*", "*musllinux*"]

Expand Down

0 comments on commit 42120d0

Please sign in to comment.