From aff681e9510232383ca7741c0a2de628adf2981f Mon Sep 17 00:00:00 2001 From: Bouncner Date: Wed, 22 May 2024 09:59:27 +0200 Subject: [PATCH] Update haupt.yml --- .github/workflows/haupt.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/haupt.yml b/.github/workflows/haupt.yml index d3478b1..9e019aa 100644 --- a/.github/workflows/haupt.yml +++ b/.github/workflows/haupt.yml @@ -41,9 +41,7 @@ jobs: run: | sudo apt-get update -y # We don't use Hyrise's install_dependencies script as it includes much more than needed for this small setup here. - DEBIAN_FRONTEND=noninteractive sudo apt-get install -y ninja-build libboost-all-dev postgresql-server-dev-all libtbb-dev systemtap-sdt-dev lld numactl python3-venv - python3 -m venv ~/venv - source ~/venv/bin/activate + sudo apt-get install -y -qq ninja-build libboost-all-dev postgresql-server-dev-all libtbb-dev systemtap-sdt-dev lld numactl pip3 install -r python/requirements.txt --quiet - name: Determine core and client counts for database comparison