Skip to content

Commit 6b10ddd

Browse files
committed
update workflow
1 parent c936435 commit 6b10ddd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/discorpy_ga.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737

38-
- name: Upgrade pip on macOS only
39-
if: runner.os == 'macOS'
40-
run: python -m pip install --upgrade pip
38+
- name: Install build essentials on macOS with Python 3.8 only
39+
if: runner.os == 'macOS' && matrix.python-version == '3.8'
40+
run: python -m pip install setuptools==51.0.0 wheel
4141

4242
- name: Install dependencies
4343
run: |

0 commit comments

Comments
 (0)