Update main.yml

This commit is contained in:
frxz751113
2024-08-09 12:09:52 +08:00
committed by GitHub
parent 50143448eb
commit 5e35cde2a9
+2 -1
View File
@@ -25,8 +25,9 @@ jobs:
pip install --upgrade pip
pip install selenium requests futures eventlet opencv-python Beautifulsoup4 translate termcolor func_timeout replace input opencc pypinyin pytz tqdm
- name: Run iptv
run: python ${{ github.workspace }}/py/iptv_udp.py
#run: python ${{ github.workspace }}/py/iptv_udp.py
#run: python ${{ github.workspace }}/py/iptv.py
run: python ${{ github.workspace }}/pyiptv-ckeck.py
# 提交和推送的步骤,不再检查文件是否发生变化
- name: Commit and push changes
run: |