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 651ec17 commit 7c64b86
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 @@ -53,8 +53,8 @@ jobs:
run: |
echo "Downloading packages"
.venv/bin/python3 -m pip download --dest files -r base.txt
base_txt_path="${GITHUB_WORKSPACE}/files/base.txt"
echo "Path of base.txt: ${base_txt_path}"
echo "Path of files: ${{ github.workspace }}/files"
cat "$files"
working-directory: /tmp/unpack_reqs/openedx/edx-platform

- name: Extract GitHub URLs from base.txt
Expand Down

0 comments on commit 7c64b86

Please sign in to comment.