We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c936435 commit 6b10dddCopy full SHA for 6b10ddd
.github/workflows/discorpy_ga.yml
@@ -35,9 +35,9 @@ jobs:
35
with:
36
python-version: ${{ matrix.python-version }}
37
38
- - name: Upgrade pip on macOS only
39
- if: runner.os == 'macOS'
40
- run: python -m pip install --upgrade pip
+ - name: Install build essentials on macOS with Python 3.8 only
+ if: runner.os == 'macOS' && matrix.python-version == '3.8'
+ run: python -m pip install setuptools==51.0.0 wheel
41
42
- name: Install dependencies
43
run: |
0 commit comments