diff --git a/.github/workflows/detection.yml b/.github/workflows/detection.yml index 7ed62b4..5f6cdef 100644 --- a/.github/workflows/detection.yml +++ b/.github/workflows/detection.yml @@ -25,8 +25,8 @@ jobs: repository: "sangge/BackDoorBuster" ref: "feature/match" path: "BackDoorBuster" - - name: Install dependencies - run: pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple + # - name: Install dependencies + # run: pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple # - name: Run Backdoor and Vulnerability Detection # uses: sangge/BackDoorBuster@feature/match # 使用BackDoorBuster仓库的根目录下的 action.yml # with: