Browse Source

Update benchmark.yml

quyuan01 1 year ago
parent
commit
2f4c76ca81
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/benchmark.yml

+ 2 - 2
.github/workflows/benchmark.yml

@@ -24,8 +24,8 @@ jobs:
         fetch-depth: 2
         fetch-depth: 2
     - name: check-requirements
     - name: check-requirements
       run: |
       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)
         changed_files=$(git diff --name-only -r HEAD~1 HEAD)
         echo $changed_files
         echo $changed_files
         if [[ $changed_files =~ "requirements.txt" ]]; then
         if [[ $changed_files =~ "requirements.txt" ]]; then