From 1d50d58119eefb43d6fc74f8e67db2499e3d4b9c Mon Sep 17 00:00:00 2001 From: Rikko Date: Thu, 3 Aug 2023 20:50:27 +0530 Subject: [PATCH] Pin pycodestyle version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3dd1b2..2816e52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Install Dependencies run: | python -m pip install -U pip - python -m pip install -U autopep8 + python -m pip install -U pycodestyle==2.10.0 autopep8 python -m pip install -U -r test/pip_reqs.txt - name: Apply AutoPEP8 run: |