We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a4513 commit ee49e47Copy full SHA for ee49e47
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: actions/setup-python@v2
14
with:
15
- python-version: "3.10.0-beta.2"
+ python-version: "3.10.0-beta.3"
16
- uses: actions/cache@v2
17
18
path: ~/.cache/pip
@@ -22,7 +22,7 @@ jobs:
22
python -m pip install --upgrade pip setuptools six wheel
23
python -m pip install matplotlib>=3.4.2
24
python -m pip install mypy pytest-cov -r requirements.txt
25
- - run: mypy .
+ - run: mypy --install-types --non-interactive .
26
- name: Run tests
27
run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
28
- if: ${{ success() }}
0 commit comments