Skip to content

Commit

Permalink
Merge pull request #529 from GoogleCloudPlatform/make_file_fix
Browse files Browse the repository at this point in the history
modify makefile to fix error caused by installing graphviz
  • Loading branch information
takumiohym authored Sep 17, 2024
2 parents 6dcf14d + dfb2882 commit 26d42e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ install:
@pip install --user --no-deps -r requirements-without-deps.txt
@./scripts/setup_on_jupyterlab.sh
@pre-commit install
@sudo apt-get update
@sudo apt-get -y install graphviz

.PHONY: precommit
Expand Down

0 comments on commit 26d42e4

Please sign in to comment.