From bf46ff2dd3ececf1a8a82794b2fe3ecfab70abd5 Mon Sep 17 00:00:00 2001 From: "[6~" <inform@tiker.net> Date: Sun, 17 May 2020 14:16:21 -0500 Subject: [PATCH] Use CI env var in flake8 invocation in Github CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 918d5a49..b4cd23f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: "Main Script" run: | curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-flake8.sh - . ./prepare-and-run-flake8.sh ./grudge ./examples ./test + . ./prepare-and-run-flake8.sh "$(basename $GITHUB_REPOSITORY)" examples test pytest2: name: Pytest on Py2 -- GitLab