mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Include submodules in sdists and github actions
This commit is contained in:
parent
9789ecd159
commit
643276660a
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3.1.2
|
||||
@ -57,6 +58,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
|
||||
- name: Install libomp
|
||||
if: runner.os == 'macOS'
|
||||
|
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
@ -0,0 +1 @@
|
||||
graft extern
|
Loading…
Reference in New Issue
Block a user