Skip to content

Commit 199d44b

Browse files
committed
different syntax
1 parent 905f0f2 commit 199d44b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
python-version: [3.8]
1515
include:
1616
- os: ubuntu-latest
17-
python-version: [3.6, 3.7]
17+
python-version: 3.6
18+
- os: ubuntu-latest
19+
python-version: 3.7
1820

1921
steps:
2022
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)