Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Aug 29, 2023
1 parent 1dff94e commit bac07e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Install graphviz on Linux
if: ${{ startsWith("ubuntu", matrix.os }}
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: sudo apt install -y graphviz

- name: Install dependencies
Expand Down

0 comments on commit bac07e0

Please sign in to comment.