Skip to content

Commit

Permalink
add system Python label
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Apr 16, 2024
1 parent e18e12f commit c0373a1
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,18 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-12, macos-14, windows-latest]
python-version: ["3.8", "3.11"]
python-version: ["3.8", "3.11", "system"]
exclude:
- platform: ubuntu-latest
python-version: system
- platform: macos-12
python-version: system
- platform: windows-latest
python-version: system
- platform: macos-14
python-version: "3.8"
- platform: macos-14
python-version: "3.11"
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -167,6 +178,17 @@ jobs:
matrix:
platform: [ubuntu-latest, macos-12, macos-14, windows-latest]
python-version: ["3.8", "3.11"]
exclude:
- platform: ubuntu-latest
python-version: system
- platform: macos-12
python-version: system
- platform: windows-latest
python-version: system
- platform: macos-14
python-version: "3.8"
- platform: macos-14
python-version: "3.11"
fail-fast: false
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit c0373a1

Please sign in to comment.