Skip to content

Commit

Permalink
Update haupt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouncner authored May 22, 2024
1 parent b384f16 commit eb172dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haupt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
sudo apt-get update -y -qq
# We don't use Hyrise's install_dependencies script as it includes much more than needed for this small setup here.
sudo apt-get install -y ninja-build libboost-all-dev postgresql-server-dev-14 libtbb-dev systemtap-sdt-dev lld numactl
sudo apt-get install -y -qq ninja-build libboost-all-dev postgresql-server-dev-14 libtbb-dev systemtap-sdt-dev lld numactl
pip3 install -r python/requirements.txt --quiet
- name: Determine core and client counts for database comparison
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get install -y -qq ninja-build postgresql-server-dev-all numactl bison
sudo apt-get install -y -qq ninja-build postgresql-server-dev-14 numactl bison
pip3 install -r python/requirements.txt --quiet
- name: Setup MonetDB
Expand Down

0 comments on commit eb172dc

Please sign in to comment.