Skip to content

Commit

Permalink
Add visualization as a dependency for test-viz part of the tests
Browse files Browse the repository at this point in the history
This is masked on master because of test execution order, but breaks on desc
branch at the moment because of re-ordered tests

This broke in PR #2911 which split montoring dependencies into two in
setup.py
  • Loading branch information
benclifford committed Feb 7, 2024
1 parent 6ff0b7b commit 64cb005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
source .venv/bin/activate
sudo apt-get install -y graphviz
pip install .[monitoring]
pip install .[monitoring,visualization]
parsl/tests/test-viz.sh
- name: make coverage
Expand Down

0 comments on commit 64cb005

Please sign in to comment.