Skip to content
Snippets Groups Projects
Commit 97a3f725 authored by Matt Wala's avatar Matt Wala
Browse files

azure-pipeline.yml: Fix argument to prepare-and-run-pylint.sh

parent 33579b41
No related branches found
No related tags found
No related merge requests found
......@@ -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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment