mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
refactor(drawing): start using graphviz for visualization
This commit is contained in:
@@ -24,6 +24,8 @@ jobs:
|
||||
steps:
|
||||
- name: Install Git
|
||||
run: apt-get install git -y
|
||||
- name: Install Graphviz
|
||||
run: apt-get install graphviz* -y
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user