Skip to content

Commit

Permalink
test-build.yml: source bin/setup_env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmiles committed May 6, 2023
1 parent 27ccce4 commit 5f3565b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
pip install -r requirements.txt
- uses: ammaraskar/sphinx-problem-matcher@master
- name: "check links"
run: make linkcheck
run: |
source bin/setup_env.sh
make linkcheck
- name: "Test doc building"
run: make html
run: |
source bin/setup_env.sh
make html

0 comments on commit 5f3565b

Please sign in to comment.