Skip to content

Commit

Permalink
wip: trying updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Jul 25, 2024
1 parent 8062189 commit 82a495b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/find-all-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
echo "py_path: $py_path"
# Check if the pyproject.toml file contains the dependency
dep_line=$(grep -i "$dep_name" $py_path)
dep_line=$(grep $dep_name $py_path)
echo "dep_line: $dep_line"
# If the dependency is not found, then skip this tool
if [ -n "$dep_line" ]; then
Expand Down

0 comments on commit 82a495b

Please sign in to comment.