Skip to content

Commit 88e768f

Browse files
authored
Fixing package cleanup file (#361)
1 parent a55629a commit 88e768f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/package_cleanup.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ jobs:
2525

2626
- name: Set up Python
2727
uses: actions/setup-python@v4
28+
with:
29+
python-version: '3.10'
2830

2931
- name: "Install requirements"
3032
run: |
3133
pip install ghapi
3234
3335
- name: "Perform cleanup"
3436
run: |
35-
python -m .ci/clean_registry.py
37+
python .ci/clean_registry.py

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ doc = [
7070
"notebook==6.5.2",
7171
"numpydoc==1.5.0",
7272
"panel==0.14.3",
73+
"pyvista==0.37.0",
7374
"Sphinx==5.1.1", # PR349 - Duplicated documentation entries...
7475
"sphinx-autoapi==2.0.1",
7576
"sphinx-autodoc-typehints==1.19.1", # PR349 - Duplicated documentation entries...

0 commit comments

Comments
 (0)