From 64369b623c208d0f9c42d6cf91a8bd1e82e9a0f7 Mon Sep 17 00:00:00 2001 From: Amirhessam Tahmassebi Date: Tue, 30 Jul 2024 23:14:49 -0500 Subject: [PATCH] Enable poetry hashes in ci ... --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9cd9c9..121b3e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,12 +48,12 @@ jobs: #---------------------------------------------- # ----- load cached dependencies ----- #---------------------------------------------- - # - name: Load Cached venv - # id: cached-poetry-dependencies - # uses: actions/cache@v3 - # with: - # path: .venv - # key: venv-${{ runner.os }}-v${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }} + - name: Load Cached venv + id: cached-poetry-dependencies + uses: actions/cache@v3 + with: + path: .venv + key: venv-${{ runner.os }}-v${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }} #---------------------------------------------- # ----- install dependencies ----- #----------------------------------------------