Skip to content

Commit e8f1ecf

Browse files
committed
ci: fix typo in workflow
1 parent bca30ba commit e8f1ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
fail-fast: false
17-
python: ["3.7", "3.8", "3.9", "3.10"]
1817
matrix:
18+
python: ["3.7", "3.8", "3.9", "3.10"]
1919
include:
2020
- os: "macos-latest"
2121
# ignore doctests, as they involve calls to github, and all mac machines

0 commit comments

Comments
 (0)