Skip to content

Commit

Permalink
Merge pull request #109 from ikrommyd/avoid-dask-client-in-ci
Browse files Browse the repository at this point in the history
fix: avoid distributed client in ci as it's flaky
  • Loading branch information
ikrommyd authored Oct 8, 2024
2 parents c7084d0 + fc5ad8a commit dab414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def assert_arrays_equal(a1, a2):

def test_cli():
subprocess.run(
"run_analysis --config tests/example_runner.json --settings tests/example_settings.json --fileset tests/example_fileset.json --binning tests/example_binning.json --output tests/output --executor distributed --cores 1 --dashboard_address 8786",
"run_analysis --config tests/example_runner.json --settings tests/example_settings.json --fileset tests/example_fileset.json --binning tests/example_binning.json --output tests/output --executor threads",
shell=True,
check=True,
)
Expand Down

0 comments on commit dab414c

Please sign in to comment.