Skip to content

Commit

Permalink
Merge pull request #83 from jwagantall/graphviz
Browse files Browse the repository at this point in the history
Fix: Install graphviz for rtd verification
  • Loading branch information
tykeal authored Nov 28, 2023
2 parents 3895052 + 7cb3018 commit 8297c0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gerrit-compose-required-rtdv3-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
id: setup-python
with:
python-version: "3.8"
- name: Install graphviz
# yamllint disable-line rule:line-length
uses: tlylt/install-graphviz@b2201200d85f06f0189cb74d9b69208504cf12cd # v1.0.0
- name: Verify If readthedocs Config exists
run: |
echo "Verifying if readthedocs.yaml config file exists"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/gerrit-compose-required-rtdv3-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
id: setup-python
with:
python-version: "3.8"
- name: Install graphviz
# yamllint disable-line rule:line-length
uses: tlylt/install-graphviz@b2201200d85f06f0189cb74d9b69208504cf12cd # v1.0.0
- name: Verify If readthedocs Config exists
run: |
echo "Verifying if readthedocs.yaml config file exists"
Expand Down

0 comments on commit 8297c0e

Please sign in to comment.