File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 18
18
jobs :
19
19
test :
20
20
strategy :
21
+ fail-fast : false
21
22
matrix :
22
23
python : ['3.7', '3.8', '3.9', '3.10']
23
24
platform : [ubuntu-latest, macos-latest, windows-latest]
43
44
./scripts/wait-for-it.sh --strict --timeout=30 localhost:8082 -- echo 'vektonn-index-shard service is up'
44
45
45
46
- name : Test
46
- run : python -m tox -e py
47
+ run : |
48
+ mkdir .mypy_cache
49
+ python -m tox -e py
47
50
48
51
pypi-publish :
49
52
if : startsWith(github.ref, 'refs/tags/v')
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ isolated_build = true
16
16
deps =
17
17
check-manifest >= 0.47
18
18
flake8 >= 4.0.1
19
- mypy >= 0.910
19
+ mypy >= 0.930
20
20
pytest >= 6.2.5
21
21
commands =
22
22
check-manifest --ignore ' .editorconfig,tox.ini,scripts/**,tests/**'
You can’t perform that action at this time.
0 commit comments