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 a55629a commit 88e768fCopy full SHA for 88e768f
.github/workflows/package_cleanup.yml
@@ -25,11 +25,13 @@ jobs:
25
26
- name: Set up Python
27
uses: actions/setup-python@v4
28
+ with:
29
+ python-version: '3.10'
30
31
- name: "Install requirements"
32
run: |
33
pip install ghapi
34
35
- name: "Perform cleanup"
36
- python -m .ci/clean_registry.py
37
+ python .ci/clean_registry.py
pyproject.toml
@@ -70,6 +70,7 @@ doc = [
70
"notebook==6.5.2",
71
"numpydoc==1.5.0",
72
"panel==0.14.3",
73
+ "pyvista==0.37.0",
74
"Sphinx==5.1.1", # PR349 - Duplicated documentation entries...
75
"sphinx-autoapi==2.0.1",
76
"sphinx-autodoc-typehints==1.19.1", # PR349 - Duplicated documentation entries...
0 commit comments