From 6ac357524933efb722a116080ef5475ee1f77b9b Mon Sep 17 00:00:00 2001 From: salman2013 Date: Tue, 26 Mar 2024 15:27:54 +0500 Subject: [PATCH] chore: add workflow to find the python dependencies in repo --- .github/workflows/check_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index ec4e497b8a51..20132a8dd241 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install 'https://github.com/openedx/repo-tools[find_dependencies]' + pip install https://github.com/openedx/repo-tools/tree/master/edx_repo_tools[find_dependencies] # Replace '/path/to/repo-tools' with the actual path to the repo-tools directory - name: Run dependency check run: |