Prechádzať zdrojové kódy

Update benchmark.yml

quyuan01 1 rok pred
rodič
commit
b4fb6a6828
1 zmenil súbory, kde vykonal 0 pridanie a 4 odobranie
  1. 0 4
      .github/workflows/benchmark.yml

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

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