mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-22 22:27:38 +08:00
🔥 测试工作流
This commit is contained in:
parent
61b4bd65d6
commit
9daccac2c7
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
@ -18,8 +18,10 @@ jobs:
|
|||||||
- name: 安装依赖
|
- name: 安装依赖
|
||||||
run: |-
|
run: |-
|
||||||
python -m pip install pdm
|
python -m pip install pdm
|
||||||
|
pytho -m pip install pytest==8.3.2
|
||||||
|
pdm init
|
||||||
pdm install
|
pdm install
|
||||||
pip install pytest==8.3.2
|
|
||||||
|
|
||||||
- name: 运行测试
|
- name: 运行测试
|
||||||
run: pytest
|
run: pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user