Skip to content

Commit

Permalink
graphviz installation step misplaced
Browse files Browse the repository at this point in the history
  • Loading branch information
qpavsmi committed Apr 18, 2024
1 parent 8f5d94b commit a2fc483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a2fc483

Please sign in to comment.