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 6d39399 commit 1a4f632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/find_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ 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:

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

Expand Down

0 comments on commit 1a4f632

Please sign in to comment.