Skip to content

Commit

Permalink
GHA: maybe install sphinx first
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBuchanan314 committed Feb 15, 2024
1 parent 16be3e1 commit b95b791
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- name: Install dependencies
run: |
python3 -m pip install sphinx
- name: Install atmst python module
run: |
cd ${{ github.workspace }}
Expand Down

0 comments on commit b95b791

Please sign in to comment.