diff --git a/examples/docs_beta_snippets/tox.ini b/examples/docs_beta_snippets/tox.ini index 38388b96e3100..c4e1cdec1b696 100644 --- a/examples/docs_beta_snippets/tox.ini +++ b/examples/docs_beta_snippets/tox.ini @@ -12,6 +12,7 @@ install_command = uv pip install {opts} {packages} deps = source: -e ../../python_modules/dagster[test] source: -e ../../python_modules/dagster-pipes + pypi: dagster[test] -e ../../python_modules/dagster-graphql -e ../../python_modules/dagster-webserver -e ../../python_modules/libraries/dagster-duckdb-pandas