Update Up

This commit is contained in:
cluntop
2026-02-26 23:24:02 +08:00
parent 5caf76bddb
commit 7bcd245e5d
12 changed files with 200 additions and 10 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ jobs:
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
if [ -f .github/requirements.txt ]; then pip install -r .github/requirements.txt; fi
# pip install pandas requests
# if [ -f .github/requirements.txt ]; then pip install -r .github/requirements.txt; fi
pip install aiohttp
- name: Run M3U script
run: |