Skip to content

Commit 1463f48

Browse files
author
avandras
committed
Debug upload again... 1
1 parent c3636dc commit 1463f48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ def main():
1212
flake8 = subprocess.call([sys.executable, 'setup.py', 'flake8'])
1313
test = subprocess.call([sys.executable, 'setup.py', 'test'])
1414
version = '.'.join(map(str, sys.version_info[:2]))
15-
shutil.move('.coverage', 'coverage.' + version)
15+
print(shutil.move('.coverage', 'coverage.' + version))
16+
print(os.getcwd())
1617
return flake8 | test
1718
elif what == 'combine':
1819
for name in os.listdir(tmp):

0 commit comments

Comments
 (0)