Skip to content

Commit 62ab2fe

Browse files
committed
CI: explicitly install python's setuptools into venv
See Ericsson/codechecker#4278 (comment)
1 parent 06a4e07 commit 62ab2fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ jobs:
217217
cd codechecker
218218
make venv
219219
. $PWD/venv/bin/activate
220+
pip install setuptools
220221
BUILD_LOGGER_64_BIT_ONLY=YES BUILD_UI_DIST=NO make package
221222
export PATH="$PWD/build/CodeChecker/bin:$PATH"
222223
- name: Initialize CodeQL (for CodeQL static analysis)

0 commit comments

Comments
 (0)