Skip to content

Commit

Permalink
Revert "[CI] Allow pre-releases (#893)"
Browse files Browse the repository at this point in the history
This reverts commit 01ac725.
  • Loading branch information
antonymilne committed Nov 28, 2024
1 parent cf33a1e commit 6d22d4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vizro-ai/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ dependencies = [
"langchain-anthropic",
"pre-commit"
]
env-vars = {VIZRO_AI_LOG_LEVEL = "DEBUG"}
installer = "uv"

[envs.default.env-vars]
VIZRO_AI_LOG_LEVEL = "DEBUG"

[envs.default.scripts]
example = "cd examples; python example.py"
example-create-dashboard = "cd examples; python example_dashboard.py"
Expand Down

0 comments on commit 6d22d4b

Please sign in to comment.