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 554073f commit 9d06a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/haupt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
sudo apt-get install -y ninja-build libboost-all-dev postgresql-server-dev-16 libtbb-dev systemtap-sdt-dev lld numactl python3-venv
python3 -m venv ~/venv
source ~/venv/bin/activate
pip3 install setuptools # --quiet ... needed for latest Python version, re-check later
pip3 install -r python/requirements.txt # --quiet
- name: Determine core and client counts for database comparison
Expand Down

0 comments on commit 9d06a33

Please sign in to comment.