Skip to content

Commit

Permalink
CI: do install python3-setuptools, maybe unbreaks CodeChecker build?
Browse files Browse the repository at this point in the history
  • Loading branch information
LebedevRI committed Jun 27, 2024
1 parent 47e3cff commit 013ba6d
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 @@ -161,6 +161,7 @@ jobs:
python3-pip-whl \
python3-portalocker \
python3-psutil \
python3-setuptools \

This comment has been minimized.

Copy link
@kmilos

kmilos Jun 27, 2024

Collaborator

I tried this one, didn't make a difference...

python3-setuptools-whl is already installed for venv's (you might want to list it explicitly here though instead of this one), but CodeChecker doesn't seem to actually refer/depend on it in its make venv step...

This comment has been minimized.

Copy link
@LebedevRI

LebedevRI Jun 27, 2024

Author Member
python3-venv \
python3-virtualenv \
python3-wheel \
Expand Down

0 comments on commit 013ba6d

Please sign in to comment.