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 275f4d1 commit 6e23973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run dependency check
run: |
python finding_dependency.py
which finding_dependency.py
- name: Check if any dependency belongs to openedx
run: |
Expand Down

0 comments on commit 6e23973

Please sign in to comment.