Could also run python -m venv venv in CI

This commit is contained in:
ChillerDragon 2023-04-06 19:43:29 +02:00
parent 6ca69aed84
commit d8790e94f4

View file

@ -234,6 +234,7 @@ cp dist/twnet_parser-"${tag_name:1}".tar.gz /tmp/twnet_parser_test/
deactivate &>/dev/null
cd /tmp/twnet_parser_test || exit 1
python -m venv venv
# shellcheck disable=SC1091
source venv/bin/activate
if ! pip install twnet_parser-"${tag_name:1}".tar.gz
then