Skip to content

Commit 850f9fa

Browse files
EXPERIMENT
1 parent 278c24b commit 850f9fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126
uses: actions/checkout@v3
127127
- name: Setup Python ${{ matrix.pyver }}
128128
uses: actions/setup-python@v4
129-
id: setup-python
130129
with:
131130
python-version: ${{ matrix.pyver }}
132131
#----------------------------------------------
@@ -146,7 +145,7 @@ jobs:
146145
uses: actions/cache@v3
147146
with:
148147
path: .venv
149-
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/pyproject.toml') }}
148+
key: venv-${{ runner.os }}-${{ matrix.pyver }}-${{ hashFiles('**/pyproject.toml') }}
150149
#----------------------------------------------
151150
# Make sync version of library (redis_om)
152151
#----------------------------------------------

0 commit comments

Comments
 (0)