Skip to content

Commit

Permalink
remove python matrix in cd. no need to use multiple versions of python
Browse files Browse the repository at this point in the history
  • Loading branch information
juaduan committed Jul 8, 2024
1 parent df6d721 commit 39be343
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version:
['3.9', '3.10', '3.11']
os:
['ubuntu-latest', 'macos-latest', 'windows-latest']
['ubuntu-latest', 'macos-13', 'macos-14', 'windows-latest']


steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.19.2
Expand Down

0 comments on commit 39be343

Please sign in to comment.