From b23d504d3296ffb0dc7ec248872a2febf6510d57 Mon Sep 17 00:00:00 2001 From: Abdallah Ammar Date: Fri, 15 Nov 2024 18:42:24 +0100 Subject: [PATCH] deb testing --- .github/workflows/testing.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 550fb03..e9e1ae7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -14,10 +14,6 @@ jobs: runs-on: ubuntu-20.04 name: Run Tests - - name: Print message - run: echo "Triggered by completion of QuAcK Compilation workflow" - - steps: - name: Checkout repository uses: actions/checkout@v3 @@ -40,4 +36,3 @@ jobs: - name: Run tests run: | bash -c "source quack.rc ; cd tests ; python lunch_bench.py -s light -t 1e-1" -