Skip to content

Commit 0491c41

Browse files
author
avandras
committed
Debug temp location #3
1 parent 0003853 commit 0491c41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +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-
print(os.listdir())
1615
print(shutil.move('.coverage', os.path.join(tmp, '.coverage.' + version)))
17-
print(os.path.join(tmp, '.coverage.' + version))
16+
print(os.listdir(tmp))
1817
return flake8 | test
1918
elif what == 'combine':
2019
for name in os.listdir(tmp):

0 commit comments

Comments
 (0)