diff --git a/azure/azure_style.yaml b/azure/azure_style.yaml index 5adc7ef..7bbd391 100644 --- a/azure/azure_style.yaml +++ b/azure/azure_style.yaml @@ -203,6 +203,6 @@ jobs: set -e docker exec app /bin/bash -c ". ${{ variables.BASHRC }} && cd ${{ variables.DOCKER_WORKING_DIR }} && mypy" displayName: Run mypy - condition: and(succeeded()) + condition: succeeded()