Skip to content

Commit

Permalink
Add graphviz where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Aug 29, 2023
1 parent 8bc5ae1 commit 1d81b18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
with:
python_version: "3.7"
- name: Install graphviz on Linux
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: sudo apt install -y graphviz

- name: Install normally
Expand Down Expand Up @@ -88,7 +87,6 @@ jobs:
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- uses: jupyterlab/maintainer-tools/.github/actions/test-sdist@v1
- name: Install graphviz on Linux
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: sudo apt install -y graphviz

link_check:
Expand Down

0 comments on commit 1d81b18

Please sign in to comment.