Skip to content

Commit

Permalink
fixes build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Apr 11, 2024
1 parent faa3c3e commit f71ddee
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, "3.10","3.11"]
os: [ubuntu-latest]
python-version: ["3.10"]
#os: [ubuntu-latest, macos-latest, windows-latest]
#python-version: [3.9, "3.10","3.11","3.12"]

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

0 comments on commit f71ddee

Please sign in to comment.