mirror of
https://github.com/snowykami/mbcp.git
synced 2025-08-02 19:49:58 +00:00
🔥 测试工作流
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user