From 850f9fa487448bc400c553e206be1403db4bf11d Mon Sep 17 00:00:00 2001 From: Yaraslau Zhylko Date: Wed, 1 Mar 2023 16:33:06 +0300 Subject: [PATCH] EXPERIMENT --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f19b643c..92846347 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,6 @@ jobs: uses: actions/checkout@v3 - name: Setup Python ${{ matrix.pyver }} uses: actions/setup-python@v4 - id: setup-python with: python-version: ${{ matrix.pyver }} #---------------------------------------------- @@ -146,7 +145,7 @@ jobs: uses: actions/cache@v3 with: path: .venv - key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/pyproject.toml') }} + key: venv-${{ runner.os }}-${{ matrix.pyver }}-${{ hashFiles('**/pyproject.toml') }} #---------------------------------------------- # Make sync version of library (redis_om) #----------------------------------------------