Skip to content

Commit

Permalink
Install graphviz for testing demos
Browse files Browse the repository at this point in the history
Required by diagrams.
  • Loading branch information
jonathansick committed Apr 2, 2024
1 parent 454eb2b commit 95d5eda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
npm install
npm run build
- name: Install graphviz
run: |
sudo apt-get update
sudo apt-get install graphviz
- name: Run tests in tox
uses: lsst-sqre/run-tox@v1
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
npm install
npm run build
- name: Install graphviz
run: |
sudo apt-get update
sudo apt-get install graphviz
- name: Run tox
uses: lsst-sqre/run-tox@v1
with:
Expand Down

0 comments on commit 95d5eda

Please sign in to comment.