Update benchmark.yml

This commit is contained in:
quyuan01
2024-04-09 15:39:55 +08:00
committed by GitHub
parent 992b8922fc
commit 2f4c76ca81

View File

@@ -24,8 +24,8 @@ jobs:
fetch-depth: 2
- name: check-requirements
run: |
export http_proxy=http://quyuan:qywan77236=@10.1.8.50:33128/
export https_proxy=http://quyuan:qywan77236=@10.1.8.50:33128/
export http_proxy=http://bigdata_open_proxy:H89k5qwQRDYfz@10.140.90.20:10811
export https_proxy=http://bigdata_open_proxy:H89k5qwQRDYfz@10.140.90.20:10811
changed_files=$(git diff --name-only -r HEAD~1 HEAD)
echo $changed_files
if [[ $changed_files =~ "requirements.txt" ]]; then