mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 21:45:03 +02:00
Install sphinx via pip rather than brew
That's what brew advises
This commit is contained in:
@@ -82,7 +82,8 @@ jobs:
|
||||
LANG: en_US.UTF-8
|
||||
steps:
|
||||
- checkout
|
||||
- run: brew install pkg-config imagemagick harfbuzz python sphinx-doc
|
||||
- run: brew install pkg-config imagemagick harfbuzz python
|
||||
- run: python3 -m pip install sphinx
|
||||
- run: python3 setup.py build --debug --verbose
|
||||
- run: ./kitty/launcher/kitty +launch test.py
|
||||
- run: echo "export PATH=/usr/local/opt/sphinx-doc/bin:$PATH" >> $BASH_ENV
|
||||
|
||||
Reference in New Issue
Block a user