Skip to content

Commit 8c0e217

Browse files
authored
Merge pull request #252 from skirpichev/split-zz-submodule/226
Split libzz submodule
2 parents fb07768 + 75c1cda commit 8c0e217

File tree

11 files changed

+17
-2314
lines changed

11 files changed

+17
-2314
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0
30+
submodules: true
3031
- uses: actions/setup-python@v5
3132
with:
3233
python-version: ${{ matrix.python-version }}

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19+
submodules: true
1920
- uses: actions/setup-python@v5
2021
with:
2122
python-version: ${{ matrix.python-version }}
@@ -64,6 +65,7 @@ jobs:
6465
- uses: actions/checkout@v4
6566
with:
6667
fetch-depth: 0
68+
submodules: true
6769
- run: sudo apt-get update
6870
- run: sudo apt-get install lcov
6971
- uses: actions/download-artifact@v4

.github/workflows/linter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
runs-on: ubuntu-24.04
77
steps:
88
- uses: actions/checkout@v4
9+
with:
10+
fetch-depth: 0
11+
submodules: true
912
- uses: actions/setup-python@v5
1013
with:
1114
python-version: "3.x"

.github/workflows/os.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18+
submodules: true
1819
- uses: actions/setup-python@v5
1920
with:
2021
python-version: "3.x"

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
with:
1111
fetch-depth: 0
12+
submodules: true
1213
- uses: actions/setup-python@v5
1314
with:
1415
python-version: "3.x"

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15+
submodules: true
1516
- uses: msys2/[email protected]
1617
name: Setup msys2
1718
with:

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "libzz"]
2+
path = libzz
3+
url = https://github.com/diofant/zz.git

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
version: 2
2+
submodules:
3+
include:
4+
- libzz
5+
recursive: true
26
formats:
37
- htmlzip
48
- pdf

libzz

Submodule libzz added at 8f1c108

0 commit comments

Comments
 (0)