From 42524a19b80005afd3d0566d69cecc5de3418554 Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Fri, 6 Sep 2024 21:04:29 +0000 Subject: [PATCH] bench: sync before benchies the first benchmark repeatedly fails: --- .github/workflows/build_and_test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index ee5fd1b0c6..8d6e93179a 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -271,6 +271,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: sync(1) + shell: bash -euxo pipefail {0} + run: sync + - name: Pytest benchmarks uses: ./.github/actions/run-python-test-set with: