diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index 3e970ba05..125b7de7d 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -16,6 +16,9 @@ steps: - script: | python -m pip install -U build pip setuptools + echo "----- REQUIREMENTS -----" + cat requirements.txt + echo "----- END REQUIREMENTS -----" python -m pip install -U -r requirements.txt displayName: "Install dependencies"