Skip to content

Commit

Permalink
Split Python matrix to reduce diff noise
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanboiteau committed Jun 4, 2024
1 parent b15bd26 commit 4f0c10e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4f0c10e

Please sign in to comment.