File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
python-version : ${{ matrix.python-version }}
28
28
- name : Install python prerequisites
29
- run : pip install -U --user pip setuptools setuptools-scm sphinx sphinx-autobuild sphinx-rtd-theme
29
+ run : pip install -U --user pip setuptools setuptools-scm sphinx sphinx-autobuild sphinx-rtd-theme . plugins/ext_test
30
30
- name : Sphinx documentation build
31
31
run : python -m sphinx -M html docs docs/_build -nvWT
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ classifiers = [
35
35
" Topic :: Software Development :: Libraries :: Python Modules" ,
36
36
]
37
37
dependencies = [
38
+ " cmd2-ext-test" ,
38
39
" gnureadline; platform_system == 'Darwin'" ,
39
40
" pyperclip" ,
40
41
" pyreadline3; platform_system == 'Windows'" ,
@@ -333,3 +334,6 @@ dev-dependencies = [
333
334
" ruff" ,
334
335
" twine" ,
335
336
]
337
+
338
+ [tool .uv .sources ]
339
+ cmd2-ext-test = { path = " plugins/ext_test" , editable = true }
You can’t perform that action at this time.
0 commit comments