diff --git a/scripts/install_dev_python_modules.py b/scripts/install_dev_python_modules.py index 4acd7566febd..f71ab4347bc9 100644 --- a/scripts/install_dev_python_modules.py +++ b/scripts/install_dev_python_modules.py @@ -84,14 +84,10 @@ def main(quiet): "-e python_modules/libraries/lakehouse", "-e integration_tests/python_modules/dagster-k8s-test-infra", "-r scala_modules/scripts/requirements.txt", + "-e python_modules/libraries/dagster-azure", # # https://github.com/dagster-io/dagster/issues/3488 # "-e python_modules/libraries/dagster-airflow", - # - # https://github.com/dagster-io/dagster/pull/2483#issuecomment-635174157 - # Uncomment only when snowflake-connector-python can be installed with optional (or - # compatible) Azure dependencies. - # "-e python_modules/libraries/dagster-azure", ] # dagster-ge depends on a great_expectations version that does not install on Windows