This commit is contained in:
carlospolop 2023-06-19 21:15:28 +02:00
parent 0ecdf1cf94
commit d2d4e9f43e
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip3 install openai tqdm
pip3 install openai tqdm tiktoken
- name: Update & install wget & translator.py
run: |

View file

@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip3 install openai tqdm
pip3 install openai tqdm tiktoken
- name: Update & install wget & translator.py
run: |

View file

@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip3 install openai tqdm
pip3 install openai tqdm tiktoken
- name: Update & install wget & translator.py
run: |