mirror of
https://github.com/trueChristian/witnesses.git
synced 2024-12-28 03:14:54 +00:00
Adds python-telegram-bot==13.5
This commit is contained in:
parent
bb3eb5e089
commit
6d23ed4da8
2
.github/workflows/daily-light-evening.yml
vendored
2
.github/workflows/daily-light-evening.yml
vendored
@ -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 }}
|
||||
|
2
.github/workflows/daily-light-morning.yml
vendored
2
.github/workflows/daily-light-morning.yml
vendored
@ -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 }}
|
||||
|
2
.github/workflows/daily-scripture.yml
vendored
2
.github/workflows/daily-scripture.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user