Skip to content

Commit

Permalink
ci: kmeans is no longer broken
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Feb 12, 2024
1 parent 46143c7 commit 03e62c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/find-all-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ jobs:
run: |
# List of directories to ignore
ignored_dirs="polus-python-template ftl-label .venv"
# List of tools that are too slow to test
slow_tools="k-means-clustering"
# List of tools that are broken for known reasons
broken_tools="binary-operations basic-flatfield-estimation"
# List of tools that are broken for unknown reasons
unknown_broken_tools=""
# Initialize variables
ignored_dirs="$ignored_dirs $slow_tools $broken_tools $unknown_broken_tools"
ignored_dirs="$ignored_dirs $broken_tools"
ignored_dirs=$(echo $ignored_dirs | xargs)
tool_dirs=""
Expand Down

0 comments on commit 03e62c9

Please sign in to comment.