From b245bc11729c022c4ef51aeb820954410f20e49b Mon Sep 17 00:00:00 2001 From: Alex Fernandez Date: Fri, 18 Nov 2022 11:40:23 +0100 Subject: [PATCH] Update .github/workflows/ci_cd.yml Co-authored-by: Roberto Pastor Muela --- .github/workflows/ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 3006bab..36e3d2c 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -41,8 +41,8 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - # cache: 'pip' - # cache-dependency-path: requirements_test.txt + cache: 'pip' + cache-dependency-path: pyproject.toml - uses: actions/cache@v3 with: