Skip to content
Snippets Groups Projects
Unverified Commit 7c97069c authored by Andreas Klöckner's avatar Andreas Klöckner Committed by GitHub
Browse files

Merge pull request #64 from inducer/github-ci-compat-target

Run flake8 in Github CI on target Py version
parents 07422d51 cebc2ca4
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,8 @@ jobs:
-
uses: actions/setup-python@v1
with:
python-version: '3.x'
# matches compat target in setup.py
python-version: '3.6'
- name: "Main Script"
run: |
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-flake8.sh
......
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