Skip to content

Commit 51d8509

Browse files
authored
CI: print build version (pandas-dev#38761)
1 parent 693cfd8 commit 51d8509

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/database.yml

+6
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
run: ci/run_tests.sh
8787
if: always()
8888

89+
- name: Build Version
90+
run: pushd /tmp && python -c "import pandas; pandas.show_versions();" && popd
91+
8992
- name: Publish test results
9093
uses: actions/upload-artifact@master
9194
with:
@@ -169,6 +172,9 @@ jobs:
169172
run: ci/run_tests.sh
170173
if: always()
171174

175+
- name: Build Version
176+
run: pushd /tmp && python -c "import pandas; pandas.show_versions();" && popd
177+
172178
- name: Publish test results
173179
uses: actions/upload-artifact@master
174180
with:

0 commit comments

Comments
 (0)