From cc616c616032ac16744c1812fe02a0dce4267a38 Mon Sep 17 00:00:00 2001 From: Rikko Date: Thu, 3 Aug 2023 20:43:11 +0530 Subject: [PATCH] Don't use cached dependencies? --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23daee8..c3dd1b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,8 @@ jobs: - name: Install Dependencies run: | python -m pip install -U pip - pip install -U autopep8 - pip install -r test/pip_reqs.txt + python -m pip install -U autopep8 + python -m pip install -U -r test/pip_reqs.txt - name: Apply AutoPEP8 run: | autopep8 --in-place --recursive --max-line-length=100 .