Adds python-telegram-bot==13.5

This commit is contained in:
Llewellyn van der Merwe 2023-01-02 15:42:33 +02:00
parent bb3eb5e089
commit 6d23ed4da8
Signed by: Llewellyn
GPG Key ID: A9201372263741E7
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Install Dependancies
run: |
sudo apt install python3.8 python3-pip
sudo pip3 install telegram-send==0.25
sudo pip3 install telegram-send==0.25 python-telegram-bot==13.5
- name: Setup gitHub User Details
env:
GIT_USER: ${{ secrets.GIT_USER }}

View File

@ -14,7 +14,7 @@ jobs:
- name: Install Dependancies
run: |
sudo apt install python3.8 python3-pip
sudo pip3 install telegram-send==0.25
sudo pip3 install telegram-send==0.25 python-telegram-bot==13.5
- name: Setup gitHub User Details
env:
GIT_USER: ${{ secrets.GIT_USER }}

View File

@ -14,7 +14,7 @@ jobs:
- name: Install Dependancies
run: |
sudo apt install python3.8 python3-pip bc
sudo pip3 install telegram-send==0.25
sudo pip3 install telegram-send==0.25 python-telegram-bot==13.5
- name: Setup gitHub User Details
env:
GIT_USER: ${{ secrets.GIT_USER }}