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 86c7ad1 commit 580ff49
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 || apk add openblas-dev libgomp"
before-all = "apt-get install -y openblas-devel libgomp || yum install -y openblas-devel libgomp || apk add openblas-dev libgomp"
test-command = ["cd {package}",]
skip = ["*i686", "pp*", "*musllinux*"]

Expand Down

0 comments on commit 580ff49

Please sign in to comment.