Sfoglia il codice sorgente

Update benchmark.yml

quyuan01 1 anno fa
parent
commit
1ce51ed7f0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/benchmark.yml

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

@@ -23,6 +23,7 @@ jobs:
 
     - name: install-dependency
       run: |
+        echo "install dependency"
         if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
 
     - name: benchmark