Update Up
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user