From c2dfed3f2953996c613fb50243f83449c2387c92 Mon Sep 17 00:00:00 2001 From: Abdallah Ammar Date: Fri, 15 Nov 2024 18:59:11 +0100 Subject: [PATCH] create data basis for ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6e23af1..3bc01b46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,4 +47,4 @@ jobs: - name: Run tests run: | - bash -c "source quack.rc ; cd tests ; python lunch_bench.py -s light -t 1e-1" + bash -c "source quack.rc ; cd tests ; python create_database.py ; python lunch_bench.py -s light -t 1e-1"