Skip to content

Commit

Permalink
Rename make target to use underscores for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Nov 5, 2019
1 parent 1bc9d94 commit 0a5043b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ update_package: get_apis build_apis update_version
install:
pip install -e .

.PHONY: install-dev
install-dev:
.PHONY: install_dev
install_dev:
pip install -e . -r requirements-dev.txt

.PHONY: uninstall
Expand Down
2 changes: 1 addition & 1 deletion testing/scripts/kind_test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [[ ${KIND_EXIT_VALUE} -eq 0 ]]; then
SETUP_EXIT_VALUE=$?

## INSTALL ALL REQUIRED DEPENDENCIES
make -C ../../python install-dev
make -C ../../python install_dev
INSTALL_EXIT_VALUE=$?

## RUNNING TESTS AND CAPTURING ERROR
Expand Down

0 comments on commit 0a5043b

Please sign in to comment.