Skip to content

Commit

Permalink
adding to docs workflow, too
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed Oct 24, 2024
1 parent 295e067 commit 5f5a2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Install doc deps
run: |
pip install .[docs]
mkdir -p ~/.casa/data
- name: Install Pandoc dependency for nbconvert
run: |
sudo apt-get install pandoc
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-casa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Install doc deps
run: |
pip install .[docs]
mkdir -p ~/.casa/data
- name: Install Pandoc dependency for nbconvert
run: |
sudo apt-get install pandoc
Expand Down

0 comments on commit 5f5a2d1

Please sign in to comment.