Skip to content

Commit

Permalink
Modify Setuptools Version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-shah committed Jul 23, 2024
1 parent f2a38ec commit ce5b342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_all: ## Install the ingestion module with all dependencies

.PHONY: install_apis
install_apis: ## Install the REST APIs module to the current environment
python -m pip install $(ROOT_DIR)/openmetadata-airflow-apis/
python -m pip install $(ROOT_DIR)/openmetadata-airflow-apis/ setuptools==69.0.2

.PHONY: lint
lint: ## Run pylint on the Python sources to analyze the codebase
Expand Down

0 comments on commit ce5b342

Please sign in to comment.