Skip to content

Commit

Permalink
Backport PR pandas-dev#38761: CI: print build version (pandas-dev#38763)
Browse files Browse the repository at this point in the history
Co-authored-by: Fangchen Li <fangchen.li@outlook.com>
  • Loading branch information
meeseeksmachine and fangchenli committed Dec 28, 2020
1 parent 6083750 commit e852abc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e852abc

Please sign in to comment.