feature/match #5

Merged
Tritium merged 63 commits from feature/match into main 2024-04-25 21:30:29 +08:00
Showing only changes of commit d38f217b96 - Show all commits

View File

@ -23,8 +23,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
- uses: ./ # 使用当前仓库的根目录下的 action.yml
with:
code_path: "./tests"
requirements_file: "./requirements.txt"
output_format: "txt"
# - uses: ./ # 使用当前仓库的根目录下的 action.yml
# with:
# code_path: "./tests"
# requirements_file: "./requirements.txt"
# output_format: "txt"