mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-22 14:17: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: 安装依赖
|
||||
run: |-
|
||||
python -m pip install pdm
|
||||
pytho -m pip install pytest==8.3.2
|
||||
pdm init
|
||||
pdm install
|
||||
pip install pytest==8.3.2
|
||||
|
||||
|
||||
- name: 运行测试
|
||||
run: pytest
|
||||
|
Loading…
Reference in New Issue
Block a user