Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nghia-vo committed Nov 13, 2024
1 parent 6b10ddd commit e92da77
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/discorpy_ga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11" ]
exclude:
- os: macos-latest
python-version: "3.8"

steps:
- uses: actions/checkout@v4
Expand All @@ -35,10 +38,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- 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

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e92da77

Please sign in to comment.