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