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 b663bf1 commit 618ab47Copy full SHA for 618ab47
env.sh
@@ -56,3 +56,11 @@ else
56
export F4PGA_INSTALL_DIR=${FPGA_TOOL_PERF_BASE_DIR}/env/f4pga
57
export F4PGA_SHARE_DIR=${FPGA_TOOL_PERF_BASE_DIR}/env/f4pga/share/f4pga
58
fi
59
+
60
+#Print the environment info
61
+echo "::Conda packages::"
62
+conda list
63
+echo "::Python version::"
64
+python --version
65
+echo "::Python (PIP) packages::"
66
+pip freeze
0 commit comments