diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index a03f90e6ac0c..795efb9d1fa4 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 edx-repo-tools[find_dependencies] + pip install https://github.com/openedx/repo-tools/tree/0.8.6[find_dependencies] - name: Find repo-tools package location run: pip show edx-repo-tools