We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278c24b commit 850f9faCopy full SHA for 850f9fa
.github/workflows/ci.yml
@@ -126,7 +126,6 @@ jobs:
126
uses: actions/checkout@v3
127
- name: Setup Python ${{ matrix.pyver }}
128
uses: actions/setup-python@v4
129
- id: setup-python
130
with:
131
python-version: ${{ matrix.pyver }}
132
#----------------------------------------------
@@ -146,7 +145,7 @@ jobs:
146
145
uses: actions/cache@v3
147
148
path: .venv
149
- key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/pyproject.toml') }}
+ key: venv-${{ runner.os }}-${{ matrix.pyver }}-${{ hashFiles('**/pyproject.toml') }}
150
151
# Make sync version of library (redis_om)
152
0 commit comments