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 6ee9238 commit 5e7ac1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
python -m pip install --upgrade pip
pip install edx-repo-tools[find_dependencies]
- name: Run dependency check
- name: Find script path
run: |
python /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/finding_dependency.py
find /opt/hostedtoolcache/Python/3.8.18/x64 -name "finding_dependency.py"
- name: Check if any dependency belongs to openedx
run: |
Expand Down

0 comments on commit 5e7ac1e

Please sign in to comment.