From 7ecf49e8cabc4c2c398c3d8df92a7d0c5b62a2e9 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Mon, 10 Jun 2024 16:49:01 +0500 Subject: [PATCH] fix: fix the comments as per PR review --- .github/workflows/check_python_dependencies.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/check_python_dependencies.yml b/.github/workflows/check_python_dependencies.yml index 234074283c..a9dba1b3a0 100644 --- a/.github/workflows/check_python_dependencies.yml +++ b/.github/workflows/check_python_dependencies.yml @@ -25,14 +25,8 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install repo-tools - run: pip install git+https://github.com/salman2013/repo-tools.git@salman/add-script-for-python-dependencies + run: pip install edx-repo-tools[find_dependencies] - - name: Install requirements parser module - run: pip install requirements-parser - - - name: Install setuptool - run: pip install setuptools - - name: Run Python script run: | find_python_dependencies \