Skip to content

Commit

Permalink
Fix matrix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Dec 5, 2022
1 parent 56cc8f1 commit eda28a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: '3.9'
python-version: ['3.9']

env:
MAILOSAUR_BASE_URL: https://mailosaur.com/
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: '3.9'
python-version: ['3.9']

env:
MAILOSAUR_BASE_URL: https://next.mailosaur.com/
Expand Down

0 comments on commit eda28a3

Please sign in to comment.