Skip to content

Commit

Permalink
add gaphviz and libgraphviz-dev to ci deps_install script
Browse files Browse the repository at this point in the history
  • Loading branch information
leahh committed Sep 24, 2024
1 parent 56479a3 commit d95039e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/deps_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ 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
libyaml-dev # needed for PyYAML \
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 d95039e

Please sign in to comment.