From 61108b5384b961da6c9d0becb12be15fcee5fd5f Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Thu, 5 Sep 2019 10:16:59 -0500 Subject: [PATCH] Fix Azure flake8 call --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ede72708..4f83fdd1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -61,6 +61,6 @@ jobs: script: | set -e curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-flake8.sh - . ./prepare-and-run-flake8.sh pyopencl test + . ./prepare-and-run-flake8.sh meshmode test displayName: 'Flake8' -- GitLab