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 639c8f5 commit 2d81877
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ jobs:
cat ${{ github.workspace }}/files"
working-directory: /tmp/unpack_reqs/openedx/edx-platform

- name: Print WHL Files
run: |
echo "Path of files: /home/runner/work/edx-platform/edx-platform/files"
echo "WHL files found:"
for file in /home/runner/work/edx-platform/edx-platform/files/*.whl; do
echo "File: $file"
echo "Contents:"
cat "$file"
echo "-----------------"
done
- name: Extract GitHub URLs from base.txt
id: extract
run: |
Expand Down

0 comments on commit 2d81877

Please sign in to comment.