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

0 comments on commit 6ee9238

Please sign in to comment.