Skip to content

Commit

Permalink
CI: explicitly install python's setuptools into venv
Browse files Browse the repository at this point in the history
  • Loading branch information
LebedevRI committed Jul 3, 2024
1 parent 06a4e07 commit 62ab2fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ jobs:
cd codechecker
make venv
. $PWD/venv/bin/activate
pip install setuptools
BUILD_LOGGER_64_BIT_ONLY=YES BUILD_UI_DIST=NO make package
export PATH="$PWD/build/CodeChecker/bin:$PATH"
- name: Initialize CodeQL (for CodeQL static analysis)
Expand Down

1 comment on commit 62ab2fe

@kmilos
Copy link
Collaborator

@kmilos kmilos commented on 62ab2fe Jul 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, I was convinced it failed during make venv so we couldn't actually insert it ourselves...

Please sign in to comment.