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 2d81877 commit 2d5676b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,6 @@ 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 All @@ -84,3 +73,14 @@ jobs:
run: |
echo "GitHub URLs:"
echo "${{ steps.extract.outputs.urls }}"
- 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

0 comments on commit 2d5676b

Please sign in to comment.