We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261e509 commit 3c6e492Copy full SHA for 3c6e492
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: |
21
sudo apt-get install -y python3-sphinx sphinx-rtd-theme-common
22
- pip install sphinx_rtd_theme recommonmark
+ pip install sphinx_rtd_theme recommonmark pytest pytest-cov
23
24
- name: Check package install
25
0 commit comments