Skip to content

Commit

Permalink
Update CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ruicoelhopedro committed Feb 9, 2024
1 parent b5fc203 commit b6de1a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate_pdf.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on: push

name: Compile JOSS paper

jobs:
paper:
runs-on: ubuntu-latest
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ jobs:
- name: Test with pytest
run: |
pytest test/
- name: Install documentation dependencies
run: |
python -m pip install .[docs]
- name: Test building documentation
run: |
cd docs
make html

0 comments on commit b6de1a5

Please sign in to comment.