Skip to content

Commit ad4aa68

Browse files
committed
🐛 fix syntax error
1 parent 242dbd7 commit ad4aa68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
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)