From: Jérémie Astor Date: Thu, 14 Apr 2022 13:32:56 +0000 (+0200) Subject: try without gwion-benchmarks X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=ef1ad6add71124ed371b3b33ab85c0c7a7f0f30b;p=gwion.git try without gwion-benchmarks --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a155391..a8037a9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/.gitmodules b/.gitmodules index 9906ba94..e69de29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 index af9650cf..00000000 --- a/gwion-benchmark +++ /dev/null @@ -1 +0,0 @@ -Subproject commit af9650cffc8fe8fd4d821e93485f7826c99f7ce4