We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d012cb6 commit 36fee0dCopy full SHA for 36fee0d
.github/workflows/updater.yml
@@ -19,7 +19,7 @@ jobs:
19
repository: ${{ secrets.REPO_NAME }}
20
- name: 📀 Install dependencies. 📀
21
run: |
22
- pip install -U python-decouple pytz telethon
+ pip install python-decouple pytz telethon==1.37.0
23
pip install --upgrade pip
24
- name: 🏃♂️ Run the UserClient. 🏃♂️
25
0 commit comments