Browse Source

Update benchmark.yml

quyuan01 1 year ago
parent
commit
b4fb6a6828
1 changed files with 0 additions and 4 deletions
  1. 0 4
      .github/workflows/benchmark.yml

+ 0 - 4
.github/workflows/benchmark.yml

@@ -21,10 +21,6 @@ jobs:
     - name: PDF benchmark
       uses: actions/checkout@v3
 
-    - name: init_python
-      run: |
-        conda activate base
-
     - name: install-dependency
       run: |
         if [ -f requirements.txt ]; then pip install -r requirements.txt; fi