From fd71a514eb020ff91c4779e28c63c4e637409d08 Mon Sep 17 00:00:00 2001 From: Fangchen Li Date: Mon, 28 Dec 2020 17:12:14 -0600 Subject: [PATCH] Backport PR #38761: CI: print build version --- .github/workflows/database.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/database.yml b/.github/workflows/database.yml index 5fe7fc17a98cb..c2f332cc5454a 100644 --- a/.github/workflows/database.yml +++ b/.github/workflows/database.yml @@ -86,6 +86,9 @@ jobs: run: ci/run_tests.sh if: always() + - name: Build Version + run: pushd /tmp && python -c "import pandas; pandas.show_versions();" && popd + - name: Publish test results uses: actions/upload-artifact@master with: @@ -169,6 +172,9 @@ jobs: run: ci/run_tests.sh if: always() + - name: Build Version + run: pushd /tmp && python -c "import pandas; pandas.show_versions();" && popd + - name: Publish test results uses: actions/upload-artifact@master with: