Skip to content

Commit e92da77

Browse files
committed
update workflow
1 parent 6b10ddd commit e92da77

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/discorpy_ga.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
matrix:
2828
os: [ubuntu-latest, windows-latest, macos-latest]
2929
python-version: ["3.8", "3.9", "3.10", "3.11" ]
30+
exclude:
31+
- os: macos-latest
32+
python-version: "3.8"
3033

3134
steps:
3235
- uses: actions/checkout@v4
@@ -35,10 +38,6 @@ jobs:
3538
with:
3639
python-version: ${{ matrix.python-version }}
3740

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
41-
4241
- name: Install dependencies
4342
run: |
4443
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)