Skip to content

Commit 3c6e492

Browse files
committed
#44: adding tests for github actions
1 parent 261e509 commit 3c6e492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
sudo apt-get install -y python3-sphinx sphinx-rtd-theme-common
22-
pip install sphinx_rtd_theme recommonmark
22+
pip install sphinx_rtd_theme recommonmark pytest pytest-cov
2323
2424
- name: Check package install
2525
run: |

0 commit comments

Comments
 (0)