Skip to content

Commit

Permalink
Install docs dependencies for tests, refs #1153
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 8, 2023
1 parent 50a6355 commit 45e6d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 45e6d37

Please sign in to comment.