File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3232
3333 # In case it should, delete it
3434 if delete :
35- print ("Deleting:" + package )
35+ print ("Deleting:\n " + str ( package ) )
3636 api .packages .delete_package_version_for_org (
3737 org = org_str ,
3838 package_name = pck_str ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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...
You can’t perform that action at this time.
0 commit comments