We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c367644 commit 5cdfe28Copy full SHA for 5cdfe28
1 file changed
.github/workflows/build.yml
@@ -19,8 +19,9 @@ jobs:
19
- name: Install dependencies
20
run: |
21
sudo apt-get update
22
- sudo apt-get install -y python3-sphinx sphinx-rtd-theme-common
23
- pip install sphinx_rtd_theme recommonmark pytest pytest-cov
+ sudo apt-get install -y python3-sphinx
+ pip install -r docs/requirements.txt
24
+ pip install pytest pytest-cov
25
pip install --upgrade setuptools
26
27
- name: Install utilities for testing
0 commit comments