Merge branch 'main' of github.com:2061360308/NeteaseCloudMusic_PythonSDK

This commit is contained in:
2061360308 2023-12-14 18:17:43 +08:00
commit c7b374ef6e

View File

@ -22,6 +22,9 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install pytest_html
run: |
pip install pytest_html
- name: Run tests with pytest
env:
COOKIE: ${{ secrets.COOKIE }}