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 5c286d0 commit 411faf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: 3.8
if: runner.os == 'macOS' && runner.arch == 'ARM64'

- uses: conda-incubator/setup-miniconda@v3
if: runner.os == 'macOS'

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

0 comments on commit 411faf8

Please sign in to comment.