Skip to content

Commit

Permalink
simplifies build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Aug 28, 2024
1 parent df23465 commit dca2a58
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
#os: [ubuntu-latest, macos-latest, windows-latest]
#python-version: [ '3.9', '3.10', '3.11', '3.12' ]
os: [ubuntu-latest]
python-version: [ '3.10' ]

steps:
- uses: actions/checkout@v4
- name: Setup Graphviz
Expand Down

0 comments on commit dca2a58

Please sign in to comment.