Skip to content

Commit

Permalink
chore: testing ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Apr 3, 2024
1 parent e84e364 commit 437f099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
if [ -f "$py_reqs" ]; then
cp "$py_reqs" WORK_DIR/repo_work/base.txt
echo "Python requirements file: $py_reqs"
echo "repo_work directory: $repo_work"
echo "Content of base.txt:"
cat "$py_reqs"
else
echo "No Python requirements file found."
fi

0 comments on commit 437f099

Please sign in to comment.