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 6b10ddd commit e92da77Copy full SHA for e92da77
.github/workflows/discorpy_ga.yml
@@ -27,6 +27,9 @@ jobs:
27
matrix:
28
os: [ubuntu-latest, windows-latest, macos-latest]
29
python-version: ["3.8", "3.9", "3.10", "3.11" ]
30
+ exclude:
31
+ - os: macos-latest
32
+ python-version: "3.8"
33
34
steps:
35
- uses: actions/checkout@v4
@@ -35,10 +38,6 @@ jobs:
38
with:
36
39
python-version: ${{ matrix.python-version }}
37
40
- - 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: |
44
python -m pip install --upgrade pip
0 commit comments