Skip to content

Commit

Permalink
#44: adding tests for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Sep 15, 2024
1 parent 261e509 commit 3c6e492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install -y python3-sphinx sphinx-rtd-theme-common
pip install sphinx_rtd_theme recommonmark
pip install sphinx_rtd_theme recommonmark pytest pytest-cov
- name: Check package install
run: |
Expand Down

0 comments on commit 3c6e492

Please sign in to comment.