mirror of
https://github.com/2061360308/NeteaseCloudMusic_PythonSDK.git
synced 2024-11-22 06:57:42 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user