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 26, 2024
1 parent 20f8fe9 commit 275f4d1
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 @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install git+https://github.com/openedx/repo-tools.git@0.8.6[find_dependencies]
pip install edx-repo-tools[find_dependencies]
- name: Run dependency check
run: |
Expand Down

0 comments on commit 275f4d1

Please sign in to comment.