We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e5f7b commit e8970c5Copy full SHA for e8970c5
.github/workflows/lint.yml
@@ -17,6 +17,7 @@ jobs:
17
# https://mesonbuild.com/meson-python/how-to-guides/editable-installs.html#build-dependencies
18
# for details.
19
pip install meson-python meson ninja pybind11>=2.10.4
20
+ pip install setuptools # needed for epydoc
21
pip install --no-build-isolation -ve . --group lint
22
- name: Mypy
23
run: |
.github/workflows/test.yml
@@ -35,6 +35,7 @@ jobs:
35
36
37
38
39
pip install --no-build-isolation -ve .[test]
40
- name: test release build
41
0 commit comments