Skip to content

Commit 618ab47

Browse files
committed
Added printing of all package versions of the Conda environment
Signed-off-by: Maciej Kurc <[email protected]>
1 parent b663bf1 commit 618ab47

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

env.sh

+8
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,11 @@ else
5656
export F4PGA_INSTALL_DIR=${FPGA_TOOL_PERF_BASE_DIR}/env/f4pga
5757
export F4PGA_SHARE_DIR=${FPGA_TOOL_PERF_BASE_DIR}/env/f4pga/share/f4pga
5858
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

Comments
 (0)