Explorar el Código

Update benchmark.yml

quyuan01 hace 1 año
padre
commit
1ce51ed7f0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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