mirror of
https://github.com/2061360308/NeteaseCloudMusic_PythonSDK.git
synced 2024-11-21 22:48:03 +00:00
Merge branch 'main' of github.com:2061360308/NeteaseCloudMusic_PythonSDK
This commit is contained in:
commit
c7b374ef6e
5
.github/workflows/pytest.yml
vendored
5
.github/workflows/pytest.yml
vendored
@ -22,8 +22,11 @@ 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 }}
|
||||
run: |
|
||||
pytest
|
||||
pytest
|
||||
|
Loading…
Reference in New Issue
Block a user