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 89496f6 commit 00f5a1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
defaults:
run:
shell: bash # strict bash

jobs:
check_dependencies:
name: Check Python Dependencies
Expand All @@ -23,7 +23,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install 'https://github.com/openedx/repo-tools[find_dependencies]'
python -m pip install --upgrade pip
pip install 'https://github.com/openedx/repo-tools[find_dependencies]'
- name: Run dependency check
run: |
Expand Down

0 comments on commit 00f5a1c

Please sign in to comment.