Skip to content

Commit

Permalink
Try to debug GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dostuffthatmatters committed Jan 31, 2024
1 parent ba9ee88 commit a4338ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/retrieval/test_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def _run(

cpu_count = multiprocessing.cpu_count()
print(f"Detected {cpu_count} CPU cores")
process_count = max(1, cpu_count - 1)
process_count = 1 #max(1, cpu_count - 1)
print(f"Running {process_count} processes in parallel")

# wait for all processes to finish
Expand Down

0 comments on commit a4338ae

Please sign in to comment.