From a2fc483059158b895e17e63cfbcb4d9e3a443db8 Mon Sep 17 00:00:00 2001 From: Pavel Smirnov Date: Thu, 18 Apr 2024 16:41:21 +0300 Subject: [PATCH] graphviz installation step misplaced --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c4e79f63f..e60a7f40b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -121,6 +121,8 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.10.x' + - name: Install graphviz + run: sudo apt-get update && sudo apt-get install -y graphviz - name: Init KQCircuits run: ci/init_kqc.sh - name: Make docs @@ -170,8 +172,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.10.x' - - name: Install graphviz - run: sudo apt-get update && sudo apt-get install -y graphviz - name: Init KQCircuits run: ci/init_kqc.sh - name: Run check_layer_props.py