5
3
mirror of https://github.com/trueChristian/witnesses.git synced 2024-06-10 04:02:22 +00:00

Removed version lock from test.

This commit is contained in:
Llewellyn van der Merwe 2022-04-09 16:34:01 +02:00
parent f3c110b5ca
commit 2ec2323e89
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C

View File

@ -11,7 +11,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
- name: Setup gitHub User Details
env:
GIT_USER: ${{ secrets.GIT_USER }}