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 9d06a33 commit add808f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/haupt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ 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
python -m ensurepip --upgrade
python -m pip install --upgrade setuptools
#pip3 install setuptools # --quiet ... needed for latest Python version, re-check later
python -m pip install -r python/requirements.txt # --quiet
- name: Determine core and client counts for database comparison
id: core_client_counts
Expand Down

0 comments on commit add808f

Please sign in to comment.