From cbfc2ba4ff68fc8d866263d08f48fec8a4282075 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Thu, 4 Apr 2024 11:31:50 +0500 Subject: [PATCH] chore: testing ci check --- .github/workflows/check_dependencies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index 18d69c19d40d..df3801bd7795 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -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"