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.
1 parent e4d9506 commit 8a6cc36Copy full SHA for 8a6cc36
1 file changed
examples/bzlmod/tests/version_test.sh
@@ -28,6 +28,9 @@ ls -l $(dirname $bin)
28
29
stat $bin
30
stat -L $bin
31
+
32
+python.exe --version
33
34
version_py_binary=$($bin)
35
36
if [[ "${version_py_binary}" != "${VERSION_CHECK}" ]]; then
0 commit comments