From 2b4074349dcf16a5417ad304e7ae6fed38566a27 Mon Sep 17 00:00:00 2001 From: Fawaz Ahmed Date: Sun, 10 Nov 2024 04:04:57 +0530 Subject: [PATCH] remove python requirements --- .github/workflows/run.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index e7ebd9e72875..1ccdeb30adaf 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -85,21 +85,8 @@ jobs: updateargs=`ls -1 start | sed -e 's/\.txt$/*/' | tr '\n' ' '` git sparse-checkout add database/linebyline/* isocodes/* $delargs $updateargs - # we need to upgrade the pip ,so we can get the cache directory in muliple os using single command - # we need to upgrade the setuptools ,so that we can install googletrans - - name: Upgrading pip in unix like environments - if: ${{ ! contains(runner.os, 'windows') }} - run: python3 -m pip install --upgrade pip setuptools wheel - shell: bash - - - name: Upgrading pip in windows environment - if: ${{ contains(runner.os, 'windows') }} - run: py -3 -m pip install --upgrade pip setuptools wheel - shell: bash - - name: Install Dependencies run: | - pip3 install -r requirements.txt npm install