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 0c12e6b commit f1b9f58
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 https://github.com/openedx/repo-tools/tree/0.8.6[find_dependencies]
pip install edx-repo-tools[find_dependencies]
- name: Find repo-tools package location
run: pip show edx-repo-tools
Expand Down

0 comments on commit f1b9f58

Please sign in to comment.