Skip to content

Commit c20c136

Browse files
committed
No need to install Graphviz
1 parent 1d6a66f commit c20c136

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/integration_tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ jobs:
1515
- id: prepare-maven-build
1616
name: Prepare Maven build
1717
uses: sualeh/[email protected]
18-
- id: install-packages
19-
name: Install packages
20-
run: |
21-
# Install Graphviz
22-
sudo apt-get -qq update
23-
sudo apt-get -q install graphviz
24-
dot -V
2518

2619
# BUILD AND TEST
2720
- id: build-test

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ jobs:
1717
- id: prepare-maven-build
1818
name: Prepare Maven build
1919
uses: sualeh/[email protected]
20-
- id: install-packages
21-
name: Install packages
22-
run: |
23-
# Install Graphviz
24-
sudo apt-get -qq update
25-
sudo apt-get -q install graphviz
26-
dot -V
2720

2821
# BUILD FOR DISTRIBUTION
2922
- id: build

0 commit comments

Comments
 (0)