Github action: do not install virtualenv + python3-setuptools
authorMichael Prokop <mika@grml.org>
Sat, 24 Apr 2021 20:19:12 +0000 (22:19 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 24 Apr 2021 20:20:26 +0000 (22:20 +0200)
commita6cce2293f8dd8ca787e7617d640304b682d5dfe
tree0489b35a60e60e90d83a6c19f1c53a79d6e82039
parent3f776793aa188a538869f2276915b29c7d6e91d5
Github action: do not install virtualenv + python3-setuptools

pip3 and python3-setuptools are available out of the box on
ubuntu-latest.  By not having to install python3-virtualenv we gain ~6
seconds in each of of the codecheck and unit tests runs. So instead
let's rely on system wide pip3, given that we're running in a throw-away
VM anyway.

Thanks: Chris Hofstaedtler
.github/workflows/check-full.yml