Skip to content

Commit 6172411

Browse files
committed
#RI-6325 - Fix e2e tests for SSH
1 parent 34ac571 commit 6172411

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests-e2e-docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
- name: Setup repository
5555
run: git config --global --add safe.directory /__w/RedisInsight/RedisInsight
5656

57+
- name: Setup Python
58+
uses: actions/setup-python@v5
59+
with:
60+
python-version: '3.11'
61+
5762
# SSH Debug
5863
- name: Enable SSH
5964
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)