Skip to content

Commit d07937b

Browse files
committed
[ci] Sync Near Cache needs a python env
1 parent 839812a commit d07937b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cache.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- self-hosted
1313
- Linux
1414
steps:
15+
- uses: actions/setup-python@v4
16+
with:
17+
python-version: 3.12
1518
- name: Sync Cache
1619
run: |
1720
.github/workflows/scripts/sync-cache.py

0 commit comments

Comments
 (0)