Skip to content

Commit

Permalink
Run flake8 without an env on Github CI
Browse files Browse the repository at this point in the history
In a way, this addresses
zheller/flake8-quotes#117, since it forces the
Python that runs flake8 onto 'oldest supported', currently 3.8.
  • Loading branch information
inducer committed Oct 6, 2023
1 parent 5853041 commit 7658e2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7658e2f

Please sign in to comment.