diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 918d5a490920a60f9f3b5637381b1ff842aebecd..b4cd23f7aaf0ca551ccca40a62655464e6c86335 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