From d31549255d1b7c1d21c5da2a8a3540d80763b0e4 Mon Sep 17 00:00:00 2001 From: Sami Virpioja Date: Wed, 26 Jun 2024 11:01:00 +0300 Subject: [PATCH] test --no-cache-dir in github pipeline --- .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 ec43b71..ddbc398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: python -m pip install --upgrade setuptools python -m pip install --upgrade pip python -m pip install flake8 pytest wheel - python -m pip install -r ${{ matrix.requirements-file }} + python -m pip install --no-cache-dir -r ${{ matrix.requirements-file }} python -m pip install . - name: Lint with flake8 run: |