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

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

Run flake8 in Github CI on target Py version
parents a859dae2 3ffb3839
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,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