Skip to content

Commit

Permalink
Revert "added graphviz as dependency"
Browse files Browse the repository at this point in the history
This reverts commit 61aa217.
  • Loading branch information
vicpaton committed Jul 2, 2024
1 parent 678a3f5 commit bdc5d8a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install system dependencies
run: sudo apt-get install -y graphviz graphviz-dev
- name: Install build dependencies
run: python -m pip install --upgrade pip wheel twine build
- name: Build package
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sphinx_autodoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
- uses: tlylt/install-graphviz@v1
- name: Setup Python
uses: actions/setup-python@v5
- name: Install system dependencies
run: sudo apt-get install -y graphviz graphviz-dev
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
- uses: tlylt/install-graphviz@v1
- name: Setup Python
uses: actions/setup-python@v5
- name: Install system dependencies
run: sudo apt-get install -y graphviz graphviz-dev
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit bdc5d8a

Please sign in to comment.