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 6e23973 commit f346caf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +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: Run dependency check
run: |
which finding_dependency.py
Expand Down

0 comments on commit f346caf

Please sign in to comment.