mirror of
https://github.com/2061360308/NeteaseCloudMusic_PythonSDK.git
synced 2024-11-22 06:57:42 +00:00
Update pytest.yml
添加名为"Install pytest_html"的步骤,安装pytest_html模块
This commit is contained in:
parent
3227ba3269
commit
b8265d3c78
3
.github/workflows/pytest.yml
vendored
3
.github/workflows/pytest.yml
vendored
@ -22,6 +22,9 @@ 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
|
||||||
run: |
|
run: |
|
||||||
pytest
|
pytest
|
Loading…
Reference in New Issue
Block a user