diff --git a/tests/set_airflow_env.sh b/tests/set_airflow_env.sh
index 13f1c054c4544cb7b4ac76006345244caafa6016..6031972ce3467486b2f2728291ae1f7cf5668065 100755
--- a/tests/set_airflow_env.sh
+++ b/tests/set_airflow_env.sh
@@ -19,6 +19,9 @@ pip install jsonschema
 pip install google
 pip install google-cloud-storage
 pip install deepdiff
+pip install azure-identity
+pip install azure-keyvault-secrets
+pip install msal
 export ACL='{"viewers": ["foo"],"owners": ["foo"]}'
 export LEGAL='{"legaltags": ["foo"], "otherRelevantDataCountries": ["FR", "US", "CA"],"status": "compliant"}'
 export WORKFLOW_URL="http://127.0.0.1:5000"