Install docs dependencies for tests, refs #1153

This commit is contained in:
Simon Willison 2023-07-08 11:35:15 -07:00
commit 45e6d370ce

View file

@ -29,7 +29,7 @@ jobs:
(cd tests && gcc ext.c -fPIC -shared -o ext.so)
- name: Install dependencies
run: |
pip install -e '.[test]'
pip install -e '.[test,docs]'
pip freeze
- name: Run tests
run: |