Skip to content

Commit

Permalink
Fix yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
andreww committed Mar 29, 2024
1 parent db1bb86 commit a8e798a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:

build:

matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11"]

runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11"]

runs-on: ${{ matrix.os }}

# a job is a seq of steps
steps:
Expand Down

0 comments on commit a8e798a

Please sign in to comment.