Skip to content

Commit

Permalink
remove python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
fawazahmed0 authored Nov 9, 2024
1 parent d0ca779 commit 2b40743
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b40743

Please sign in to comment.