Skip to content

Commit f70000e

Browse files
authored
Merge pull request #2699 from nebius/cherry-pick-to/soperator-release-4.0/from/main/0
[cherry-pick] SCHED-2069: Unpin nebius cli & log python version
2 parents 9ca75bc + 5c36409 commit f70000e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/e2e_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ jobs:
201201
- name: Install Nebius CLI
202202
shell: bash
203203
env:
204-
NEBIUS_CLI_VERSION: "0.12.164"
205204
NEBIUS_INSTALL_FOLDER: "${{ github.workspace }}/bin"
206205
run: |
207206
echo "Installing Nebius CLI ${NEBIUS_CLI_VERSION}..."
@@ -269,6 +268,10 @@ jobs:
269268
which go
270269
go version
271270
271+
echo "python:"
272+
which python
273+
python --version
274+
272275
- name: Find latest successful build run on current branch
273276
id: find_build
274277
shell: bash

0 commit comments

Comments
 (0)