Skip to content

Commit

Permalink
Install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed May 22, 2024
1 parent da897f1 commit af64dc5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Install dependencies
run: pip install .[test]

- name: Setup Graphviz for profiling tests
uses: ts-graphviz/setup-graphviz@v2

- name: Debug dependencies
run: pip freeze

Expand All @@ -70,8 +73,9 @@ jobs:

- name: Upload profiling data
uses: actions/upload-artifact@v2
if: always()
with:
name: profiling
name: profiling-${{ matrix.python-version[1] }}-${{ matrix.opt-mode }}${{ matrix.debug && '-debug' || '' }}
path: prof/combined.svg

core-tests-success:
Expand Down

0 comments on commit af64dc5

Please sign in to comment.