Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasryck committed Sep 27, 2024
1 parent faeec11 commit 3751e8e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,18 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
if: runner.os == 'macOS'

- name: Fix permissions for conda packages directory
run: sudo chmod -R u+w /Users/runner/conda_pkgs_dir
if: runner.os == 'macOS'


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

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse

- name: To avoid clean up error
run: conda remove libcxx
if: runner.os == 'macOS' && runner.arch == 'ARM64'


- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit 3751e8e

Please sign in to comment.