mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Fix submodule checkout
This commit is contained in:
parent
0348407acb
commit
aacceb6cff
5
.github/workflows/python-package.yml
vendored
5
.github/workflows/python-package.yml
vendored
@ -18,6 +18,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- with:
|
||||||
|
# Whether to checkout submodules: `true` to checkout submodules or `recursive` to
|
||||||
|
# recursively checkout submodules.
|
||||||
|
submodules: 'true'
|
||||||
|
lfs: 'true'
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
|
2
setup.py
2
setup.py
@ -119,7 +119,7 @@ setup(
|
|||||||
package_dir={'': '.'},
|
package_dir={'': '.'},
|
||||||
package_data={'': ['py.typed'] + stubs},
|
package_data={'': ['py.typed'] + stubs},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=["Pillow", "click"],
|
install_requires=["ninja", "Pillow", "click"],
|
||||||
extras_require={
|
extras_require={
|
||||||
"tests": ["nose", "parameterized"],
|
"tests": ["nose", "parameterized"],
|
||||||
"docs": ["sphinx", "myst-parser", "sphinx-rtd-theme"],
|
"docs": ["sphinx", "myst-parser", "sphinx-rtd-theme"],
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit dd5ebb79412f097a80391ab9975f611cbb85d0e1
|
Subproject commit 0ade526dd1070e6f5b43e0bd58b26828abff86b7
|
Loading…
Reference in New Issue
Block a user