Skip to content
Snippets Groups Projects
Commit 7658e2fe authored by Andreas Klöckner's avatar Andreas Klöckner Committed by Andreas Klöckner
Browse files

Run flake8 without an env on Github CI

In a way, this addresses
https://github.com/zheller/flake8-quotes/issues/117, since it forces the
Python that runs flake8 onto 'oldest supported', currently 3.8.
parent 58530419
No related branches found
No related tags found
No related merge requests found
Pipeline #475603 passed
......@@ -24,7 +24,6 @@ jobs:
run: |
curl -L -O https://tiker.net/ci-support-v0
. ci-support-v0
build_py_project_in_conda_env
install_and_run_flake8 "$(get_proj_name)" examples/*.py test/*.py
pylint:
......
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