Skip to content

Commit d9bbdc5

Browse files
committed
Just double-checking that the setup.py change is indeed the culprit
again
1 parent c19123f commit d9bbdc5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def run(self):
3434
# Conditionally include cpu-benchmark if it exists
3535
data_files = []
3636
cpu_benchmark_path = 'bin/cpu-benchmark'
37-
if os.path.exists(cpu_benchmark_path):
37+
if True:
38+
#if os.path.exists(cpu_benchmark_path):
3839
data_files.append(('bin', [cpu_benchmark_path]))
3940

4041
setup(

0 commit comments

Comments
 (0)