We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1804bc3 commit 5b38f39Copy full SHA for 5b38f39
ci/print_versions.py
@@ -6,7 +6,7 @@ def show_versions():
6
import os
7
fn = __file__
8
this_dir = os.path.dirname(fn)
9
- pandas_dir = os.path.dirname(this_dir)
+ pandas_dir = os.path.abspath(os.path.join(this_dir,".."))
10
sv_path = os.path.join(pandas_dir, 'pandas', 'util',
11
'print_versions.py')
12
return subprocess.check_call(['python', sv_path])
0 commit comments