Skip to content

Commit

Permalink
search for graphviz in install
Browse files Browse the repository at this point in the history
  • Loading branch information
leahh committed Sep 24, 2024
1 parent d95039e commit c7ff910
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/deps_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ sudo apt-get install -y slurmctld slurmd slurmrestd munge python3 python3-venv \
curl build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev \
libssl-dev libsqlite3-dev libreadline-dev libffi-dev libbz2-dev \
libmunge-dev \
libyaml-dev # needed for PyYAML \
graphviz libgraphviz-dev
libyaml-dev # needed for PyYAML

sudo apt-get install -y graphviz libgraphviz-dev

# Install most recent Charliecloud
curl -O -L https://github.com/hpc/charliecloud/releases/download/v${CHARLIECLOUD_VERSION}/charliecloud-${CHARLIECLOUD_VERSION}.tar.gz
Expand Down

0 comments on commit c7ff910

Please sign in to comment.