Skip to content

Commit e8970c5

Browse files
committed
Add setuptools, required by epydoc
1 parent d5e5f7b commit e8970c5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
# https://mesonbuild.com/meson-python/how-to-guides/editable-installs.html#build-dependencies
1818
# for details.
1919
pip install meson-python meson ninja pybind11>=2.10.4
20+
pip install setuptools # needed for epydoc
2021
pip install --no-build-isolation -ve . --group lint
2122
- name: Mypy
2223
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
# https://mesonbuild.com/meson-python/how-to-guides/editable-installs.html#build-dependencies
3636
# for details.
3737
pip install meson-python meson ninja pybind11>=2.10.4
38+
pip install setuptools # needed for epydoc
3839
pip install --no-build-isolation -ve .[test]
3940
- name: test release build
4041
run: |

0 commit comments

Comments
 (0)