]> Nishi Git Mirror - gwion.git/commitdiff
try without gwion-benchmarks
authorJérémie Astor <fennecdjay@gmail.com>
Thu, 14 Apr 2022 13:32:56 +0000 (15:32 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Thu, 14 Apr 2022 13:32:56 +0000 (15:32 +0200)
.github/workflows/build.yml
.gitmodules
gwion-benchmark [deleted submodule]

index 1a15539199a7c5908af9dc68d69427b0114bfa23..a8037a9e50813a031d371376b10f4ba35bed2e01 100644 (file)
@@ -34,11 +34,12 @@ jobs:
         git config --global user.email "action@github.com"
         git config --global user.name "GitHub Action"
 
-    - name: Get benchmarks
-      run: |
-        git submodule update --init gwion-benchmark
-        cd gwion-benchmark
-        git pull origin results
+    - name: Checkout benchmark repo
+      uses: actions/checkout@v3
+      with:
+        repository: Gwion/gwion-benchmark
+        path: gwion-benchmark
+        ref: results
 
     - name: Core Reference
       run: |
index 9906ba942733d5d1b01d6ff072ee000f2b8dabbd..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,3 +0,0 @@
-[submodule "gwion-benchmark"]
-       path = gwion-benchmark
-       url = https://github.com/Gwion/gwion-benchmark
diff --git a/gwion-benchmark b/gwion-benchmark
deleted file mode 160000 (submodule)
index af9650c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit af9650cffc8fe8fd4d821e93485f7826c99f7ce4