diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 15053f74b138af929b0139c7921729acafb9721a..fe8842057ec6acc3ab94b1d2538ab1c9c748c276 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -76,6 +76,6 @@ jobs: set -e EXTRA_INSTALL="pymbolic matplotlib" curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh - . ./prepare-and-run-pylint.sh islpy test/test_*.py + . ./prepare-and-run-pylint.sh pytools test/test_*.py displayName: 'Pylint'