Skip to content

Commit 550a3fa

Browse files
authored
Merge pull request #51 from pyexcel/dev
🐛 fix syntax error
2 parents 4889372 + ad4aa68 commit 550a3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
python-version: [3.6, 3.7, 3.8, 3.9]
1111
os: [macOs-latest, ubuntu-latest, windows-latest]
1212
exclude:
13-
- os: macos-latest
14-
python-version: 3.6
13+
- os: macOs-latest
14+
python-version: 3.6
1515

1616
runs-on: ${{ matrix.os }}
1717
name: run tests

0 commit comments

Comments
 (0)