We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ca75bc + 5c36409 commit f70000eCopy full SHA for f70000e
1 file changed
.github/workflows/e2e_test.yml
@@ -201,7 +201,6 @@ jobs:
201
- name: Install Nebius CLI
202
shell: bash
203
env:
204
- NEBIUS_CLI_VERSION: "0.12.164"
205
NEBIUS_INSTALL_FOLDER: "${{ github.workspace }}/bin"
206
run: |
207
echo "Installing Nebius CLI ${NEBIUS_CLI_VERSION}..."
@@ -269,6 +268,10 @@ jobs:
269
268
which go
270
go version
271
+ echo "python:"
272
+ which python
273
+ python --version
274
+
275
- name: Find latest successful build run on current branch
276
id: find_build
277
0 commit comments