Skip to content

Commit 8f58e0e

Browse files
Jamimwebknjaz
andauthored
🧪 Fix pip cache keys interpolation (#943)
* 🧪 Fix rendering of pip cache keys * Reword the change note --------- Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent f41d66f commit 8f58e0e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
runner.os
220220
}}-${{
221221
matrix.pyver
222-
}}-{{
222+
}}-${{
223223
matrix.no-extensions
224224
}}-${{
225225
hashFiles('requirements/*.txt')
@@ -230,7 +230,7 @@ jobs:
230230
runner.os
231231
}}-${{
232232
matrix.pyver
233-
}}-{{
233+
}}-${{
234234
matrix.no-extensions
235235
}}-
236236
- name: Install dependencies

CHANGES/943.contrib.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Interpolation of the ``pip`` cache keys has been
2+
fixed by adding missing ``$`` syntax
3+
in the GitHub Actions CI/CD workflow definition.

0 commit comments

Comments
 (0)