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 f831f14 commit ac1cba5
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"
before-all = "yum install -y openblas-devel libgomp && ls /usr/lib64"
test-command = ["cd {package}",]
skip = ["*i686", "pp*", "*musllinux*"]

Expand Down

0 comments on commit ac1cba5

Please sign in to comment.