File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v3
18
18
with :
19
19
fetch-depth : 0
20
+ submodules : recursive
20
21
# Fix ownership of the checkout dir
21
22
- name : Set ownership
22
23
run : |
29
30
flake8 . --exclude 'docs/source/conf.py' --count --statistics
30
31
- name : Type check with mypy
31
32
run : |
32
- mypy newmap test
33
+ mypy newmap tests
33
34
- name : Build AvxWindowFmIndex libraries
34
35
run : |
35
36
./build_libraries.sh
55
56
- uses : actions/checkout@v3
56
57
with :
57
58
fetch-depth : 0
59
+ submodules : recursive
58
60
- name : Set up Python
59
61
uses : actions/setup-python@v4
60
62
with :
Original file line number Diff line number Diff line change 15
15
with :
16
16
# Gets tags for versioning information
17
17
fetch-depth : 0
18
+ # Get AvxWindowFmIndex submodule
19
+ submodules : recursive
18
20
# Fix ownership of the checkout dir
19
21
- name : Set ownership
20
22
run : |
You can’t perform that action at this time.
0 commit comments