Skip to content

Commit

Permalink
chore: testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Apr 18, 2024
1 parent 13c2af3 commit 6d39399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/find_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def process_directory():
# repo_urls.update(check_js_dependencies())
# if (py_reqs := find_py_reqs()):
# shutil.copyfile(py_reqs, repo_work / "base.txt")

repo_work = "/tmp/unpack_reqs/openedx/edx-platform"
with open(repo_work / "base.txt") as fbase:
# Read each line (package name) in the file
file_data = fbase.read()
Expand Down

0 comments on commit 6d39399

Please sign in to comment.