We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c8506 commit 15d7a1bCopy full SHA for 15d7a1b
2 files changed
.github/workflows/ci.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Checkout repository
24
uses: actions/checkout@v4
25
26
+ - name: Install jing
27
+ run: sudo apt-get update && sudo apt-get install -y jing
28
+
29
- name: Install the latest version of uv
30
id: setup-uv
31
uses: astral-sh/setup-uv@v6
.github/workflows/gh-pages.yml
@@ -17,6 +17,9 @@ jobs:
17
18
19
20
+ - name: Install Graphviz
21
+ run: sudo apt-get update && sudo apt-get install -y graphviz
22
0 commit comments