From 74f79eddc286d49c013b3fd7df5ced768da12db8 Mon Sep 17 00:00:00 2001 From: Tom Ebergen Date: Wed, 11 Oct 2023 13:07:11 +0200 Subject: [PATCH] remove uterm action. See if this finally works --- .github/workflows/regression.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index e221434c..d5ec6224 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -47,9 +47,6 @@ jobs: shell: bash run: ./_utils/generate-data-small.sh - - name: Setup upterm session - uses: lhotari/action-upterm@v1 - - name: Run mini GroupBy benchmark shell: bash run: python3 _utils/prep_solutions.py --task=groupby && source path.env && TEST_RUN=true ./run.sh