Skip to content

Commit 11efbd6

Browse files
committed
fix(ci): Force pipenv to use Python 3.11 in e2e test script
1 parent 60fd47a commit 11efbd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

local/tests/kubernetes_e2e_test.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ export PATH=$PATH:$HOME/.local/bin
2525

2626
# Install pipenv.
2727
pip install pipenv
28-
29-
# Install dependencies.
28+
pipenv --python 3.11
3029
pipenv install --dev
3130

3231
# Run the test.

0 commit comments

Comments
 (0)