🔥 测试工作流

This commit is contained in:
远野千束 2024-08-28 04:34:50 +08:00
parent 61b4bd65d6
commit 9daccac2c7

View File

@ -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