Skip to content

Commit

Permalink
Typo in distributed CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Oct 12, 2023
1 parent 68e0ac8 commit ac976c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
export DISABLE_IPV6=1
# test_decide_worker_coschedule_order_neighbors is skipped because of:
# https://github.com/dask/distributed/issues/8255
export PYTEST_ADDOPTS=("-m" "not avoid_ci", -k "not test_decide_worker_coschedule_order_neighbors")
export PYTEST_ADDOPTS=("-m" "not avoid_ci" "-k" "not test_decide_worker_coschedule_order_neighbors")
source ./.github/scripts/test_downstream_project.sh
joblib-downstream-build:
Expand Down

0 comments on commit ac976c5

Please sign in to comment.