Install docs dependencies for tests, refs #1153

pull/2099/head
Simon Willison 2023-07-08 11:35:15 -07:00
rodzic 50a6355c08
commit 45e6d370ce
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: |