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 f1b9f58 commit ce1ea33
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,8 +26,9 @@ jobs:
python -m pip install --upgrade pip
pip install edx-repo-tools[find_dependencies]
- name: Find repo-tools package location
run: pip show edx-repo-tools
- name: Locate finding_dependency.py
run: |
find /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages -name "finding_dependency.py"
- name: Run dependency check
run: |
Expand Down

0 comments on commit ce1ea33

Please sign in to comment.