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 1f5dea3 commit ce5fc7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.11.4
run: python -m pip install cibuildwheel==2.19.2

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
shell: /bin/bash -e {0}

- uses: actions/upload-artifact@v3
with:
Expand Down
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 = "sudo apt-get install -y openblas-devel libgomp"
before-all = "yum install -y openblas-devel libgomp"
test-command = ["cd {package}",]
skip = ["*i686", "pp*", "*musllinux*"]

Expand Down

0 comments on commit ce5fc7e

Please sign in to comment.