Skip to content

Commit

Permalink
chore: add workflow to find the python dependencies in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Mar 27, 2024
1 parent f58fff8 commit 65b3ef1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
python -m pip install --upgrade pip
pip install edx-repo-tools[find_dependencies]
- name: Find script path
- name: Run dependency check
run: |
find / -name "finding_dependency.py"
python finding_dependency.py
- name: Check if any dependency belongs to openedx
run: |
Expand Down

0 comments on commit 65b3ef1

Please sign in to comment.