From ef1ad6add71124ed371b3b33ab85c0c7a7f0f30b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 14 Apr 2022 15:32:56 +0200 Subject: [PATCH] try without gwion-benchmarks --- .github/workflows/build.yml | 11 ++++++----- .gitmodules | 3 --- gwion-benchmark | 1 - 3 files changed, 6 insertions(+), 9 deletions(-) delete mode 160000 gwion-benchmark 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 -- 2.43.0