Skip to content

Commit a928f96

Browse files
author
Andrew Omondi
committed
fix typo
1 parent f1124eb commit a928f96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 40
1818
strategy:
19-
max-parallel: 5
19+
max-parallel: 10
2020
matrix:
2121
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2222
library :
@@ -62,7 +62,7 @@ jobs:
6262
- name: Static type checking with Mypy
6363
working-directory: ${{ matrix.library.path }}
6464
run: |
65-
poetry run mypy ${{ matrix.library.name }} --ignore_missing_imports
65+
poetry run mypy ${{ matrix.library.name }} --ignore-missing-imports
6666
- name: Run the tests
6767
working-directory: ${{ matrix.library.path }}
6868
run: |

0 commit comments

Comments
 (0)