Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ clean:
@rm -rf .venv
@poetry env remove --all

paths:
@echo "Creating paths.."
@poetry run python -m src.utils.setup_paths
@echo "Paths created successfully"

aws_etl:
@echo "Running app.."
@poetry run python -m src.main.__main__
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ make hooks # Install pre-commit hooks
## Usage

```bash
make paths # Setup paths
make aws_etl # Run the hazard processing pipeline
make local_etl # Run the hazard processing pipeline locally without S3
make test # Run unit tests
Expand Down