Skip to content

Commit

Permalink
ci: Bump setup-graphviz action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Feb 11, 2024
1 parent 00f2f08 commit ca6a101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
maturin develop
- name: Set up Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz@v2

- name: Build documentation
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Set up Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz@v2

- name: Create virtual environment
env:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
python tests/docs/run_doctest.py
pytest tests/docs/test_user_guide.py -m docs
- name: Run tests and report coverage
if: github.ref_name != 'main'
env:
Expand Down

0 comments on commit ca6a101

Please sign in to comment.