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 62d3ac2 commit d68f16e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ 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

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

0 comments on commit d68f16e

Please sign in to comment.