Skip to content

Commit

Permalink
define the strategy first.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandoo committed Apr 12, 2023
1 parent d9606ec commit 7b84d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
build:

# we can also specify the OS to run tests on
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, '3.10']
runs-on: ${{ matrix.os }}

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

0 comments on commit 7b84d88

Please sign in to comment.