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,8 +22,11 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pytest pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi 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 - name: Run tests with pytest
env: env:
COOKIE: ${{ secrets.COOKIE }} COOKIE: ${{ secrets.COOKIE }}
run: | run: |
pytest pytest