We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6083750 commit fd71a51Copy full SHA for fd71a51
.github/workflows/database.yml
@@ -86,6 +86,9 @@ jobs:
86
run: ci/run_tests.sh
87
if: always()
88
89
+ - name: Build Version
90
+ run: pushd /tmp && python -c "import pandas; pandas.show_versions();" && popd
91
+
92
- name: Publish test results
93
uses: actions/upload-artifact@master
94
with:
@@ -169,6 +172,9 @@ jobs:
169
172
170
173
171
174
175
176
177
178
179
180
0 commit comments