fix incorrect loop unrolling
This commit is contained in:
parent
5ecd72eb39
commit
6c5584a6c0
|
@ -20,7 +20,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install Sphinx sphinx_rtd_theme
|
python -m pip install Sphinx sphinx_rtd_theme numpy
|
||||||
python -m pip install .
|
python -m pip install .
|
||||||
|
|
||||||
- name: Build Site
|
- name: Build Site
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b860366b1e9465c0cef05f98bfc44e1759db89ff
|
Subproject commit f0e2ddcef157946d086fd328c048d728aff13b94
|
Loading…
Reference in New Issue