mirror of
https://github.com/ihabunek/toot
synced 2025-02-10 09:00:39 +01:00
Fixed github build to include richtext "extra"
which pulls in urwidgets dependeency, required for builds
This commit is contained in:
parent
732b9feed5
commit
9b9c153531
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user