Skip to content

Commit ee49e47

Browse files
authored
python-version: "3.10.0-beta.3"
1 parent c9a4513 commit ee49e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-python@v2
1414
with:
15-
python-version: "3.10.0-beta.2"
15+
python-version: "3.10.0-beta.3"
1616
- uses: actions/cache@v2
1717
with:
1818
path: ~/.cache/pip
@@ -22,7 +22,7 @@ jobs:
2222
python -m pip install --upgrade pip setuptools six wheel
2323
python -m pip install matplotlib>=3.4.2
2424
python -m pip install mypy pytest-cov -r requirements.txt
25-
- run: mypy .
25+
- run: mypy --install-types --non-interactive .
2626
- name: Run tests
2727
run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
2828
- if: ${{ success() }}

0 commit comments

Comments
 (0)