Skip to content

Commit

Permalink
update gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aguena committed Apr 14, 2023
1 parent 9c0289b commit 9424da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
- name: Run the unit tests
run: |
pip install pytest pytest-cov
pytest tests/ --cov=clevar/
#pytest tests/ --cov=clevar/
env:
DISPLAY: test
- name: Install Sphinx prereq
run: |
conda install sphinx sphinx_rtd_theme nbconvert>=6.4.3 pandoc ipython ipython_genutils
conda install -c conda-forge sphinx sphinx_rtd_theme nbconvert pandoc ipython ipython_genutils
- name: Run the docs
run: |
make -C docs/ html
Expand Down

0 comments on commit 9424da2

Please sign in to comment.