Fixed github build to include richtext "extra"

which pulls in urwidgets dependeency, required for builds
This commit is contained in:
Daniel Schwarz 2023-11-16 20:33:24 -05:00
parent 732b9feed5
commit 9b9c153531
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -e .\[richtext\]
pip install -r requirements-test.txt
- name: Run tests
run: |

View File

@ -41,7 +41,7 @@ setup(
"tomlkit>=0.10.0,<1.0"
],
extras_require={
"hyperlinks": ['urwidgets>=0.1,<0.2'],
"richtext": ['urwidgets>=0.1,<0.2'],
},
entry_points={
'console_scripts': [