Update main.yml

This commit is contained in:
frxz751113
2024-08-12 18:11:36 +08:00
committed by GitHub
parent 40abfacd6a
commit 12b853ab74
+2 -2
View File
@@ -25,8 +25,8 @@ jobs:
pip install --upgrade pip pip install --upgrade pip
pip install selenium requests futures eventlet opencv-python Beautifulsoup4 translate termcolor func_timeout replace input opencc pypinyin pytz tqdm pip install selenium requests futures eventlet opencv-python Beautifulsoup4 translate termcolor func_timeout replace input opencc pypinyin pytz tqdm
- name: Run iptv - 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-jd.py run: python ${{ github.workspace }}/py/iptv-jd.py
#run: python ${{ github.workspace }}/py/iptv-cv2-check.py #run: python ${{ github.workspace }}/py/iptv-cv2-check.py
# 提交和推送的步骤,不再检查文件是否发生变化 # 提交和推送的步骤,不再检查文件是否发生变化
- name: Commit and push changes - name: Commit and push changes