Skip to content

Commit 18a9101

Browse files
committed
Add setuptools and wheel, required by epydoc
1 parent d5e5f7b commit 18a9101

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.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 wheel # 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 wheel # needed for epydoc
3839
pip install --no-build-isolation -ve .[test]
3940
- name: test release build
4041
run: |

0 commit comments

Comments
 (0)