Skip to content

Commit

Permalink
Improve poe task install-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Jan 22, 2025
1 parent 6b8c0c6 commit 5c52af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ dev = [
]

[tool.poe.tasks]
install-dev = { cmd = "uv pip install -e .[bufr,cratedb,duckdb,explorer,export,influxdb,interpolation,plotting,mysql,radar,radarplus,restapi,postgresql,sql]" }
install-dev = { cmd = "uv pip install --requirements pyproject.toml --all-extras" }
# Formatting and linting
"format:fmt" = "uv run ruff format"
"format:lint" = "uv run ruff check --fix"
Expand Down

0 comments on commit 5c52af7

Please sign in to comment.