Unverified Commit 284ff9b0 authored by quyuan01's avatar quyuan01 Committed by GitHub

Update benchmark.yml

parent 9e22acfc
......@@ -23,7 +23,7 @@ jobs:
- name: check-requirements
run: |
changed_files=$(git diff --name-only -r HEAD^1 HEAD)
changed_files=$(git diff --name-only -r HEAD~1 HEAD)
echo $changed_files
if [[ $changed_files =~ "requirements.txt" ]]; then
pip install -r requirements.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment