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 4, 2024
1 parent be3cb60 commit cbfc2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
- name: Print WHL Files
run: |
echo "Path of files: /home/runner/work/edx-platform/edx-platform/files"
echo "Path of files: /tmp/unpack_reqs/openedx/edx-platform/files"
echo "WHL files found:"
for file in /home/runner/work/edx-platform/edx-platform/files/*.whl; do
for file in /tmp/unpack_reqs/openedx/edx-platform/files/*.whl; do
echo "File: $file"
echo "Contents:"
cat "$file"
Expand Down

0 comments on commit cbfc2ba

Please sign in to comment.