Skip to content

Commit

Permalink
max_cores to cors
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Sep 8, 2024
1 parent 17abb13 commit 6504e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_conda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_conda_function(self):
execute_parallel_tasks(
future_queue=task_queue,
interface_class=SubprocessInterface,
max_cores=1,
cores=1,
hostname_localhost=False,
prefix_name="py312",
)
Expand Down

0 comments on commit 6504e5b

Please sign in to comment.