Skip to content

Commit ce1ea33

Browse files
committed
chore: add workflow to find the python dependencies in repo
1 parent f1b9f58 commit ce1ea33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check_dependencies.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install edx-repo-tools[find_dependencies]
2828
29-
- name: Find repo-tools package location
30-
run: pip show edx-repo-tools
29+
- name: Locate finding_dependency.py
30+
run: |
31+
find /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages -name "finding_dependency.py"
3132
3233
- name: Run dependency check
3334
run: |

0 commit comments

Comments
 (0)