Skip to content

Commit

Permalink
Merge pull request #16 from nishaq503/chore/bfio-actions
Browse files Browse the repository at this point in the history
Ignoring rxiv-download from bfio actions
  • Loading branch information
Nicholas-Schaub authored Aug 5, 2024
2 parents bf3d290 + 321ce00 commit 6d5453f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/find-all-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
# List of directories to ignore
ignored_dirs="polus-python-template ftl-label .venv"
# List of tools that are broken for known reasons
broken_tools=""
broken_tools="rxiv-download"
# Reasons:
# - rxiv-download: The tests intermittently fail because some of them try to download files from the internet but the requests time out.
# Initialize variables
ignored_dirs="$ignored_dirs $broken_tools"
Expand Down

0 comments on commit 6d5453f

Please sign in to comment.