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 7c99e20 commit 2a8dbd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ jobs:
- name: Copy Python requirements file
run: |
WORK_DIR="/tmp/unpack_reqs"
for req_file in "requirements/edx/base.txt" "requirements/base.txt" "requirements.txt"; do
if [ -f "$req_file" ]; then
cp "$req_file" "$WORK_DIR"/repo_work/base.txt
cp "$req_file" "$repo_work/base.txt
echo "Python requirements file found: $req_file"
echo "Content of base.txt:"
cat "$req_file"
Expand Down

0 comments on commit 2a8dbd5

Please sign in to comment.