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 16, 2024
1 parent cd6463d commit 3fd66be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: chmod +x find_dependencies.py

- name: Run Python script
run: python find_dependencies.py
run: python find_dependencies.py edx-platform --org edx
2 changes: 1 addition & 1 deletion scripts/find_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def main(dirs=None, org=None):

#firsts = urls_in_orgs(repo_urls, FIRST_PARTY_ORGS)
#write_list(WORK_DIR / "first_party_urls.txt", firsts)
seconds = urls_in_orgs(repo_urls, "edx")
seconds = urls_in_orgs(repo_urls, org)
#write_list(WORK_DIR / "second_party_urls.txt", seconds)

print("== DONE ==============")
Expand Down

0 comments on commit 3fd66be

Please sign in to comment.