Pārlūkot izejas kodu

Update benchmark.yml

quyuan01 1 gadu atpakaļ
vecāks
revīzija
b4fb6a6828
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  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