python-setup: Remove outdated comment

This commit is contained in:
Rasmus Wriedt Larsen 2022-11-29 13:24:10 +01:00
parent c62445de22
commit caf1c5057b
No known key found for this signature in database

View file

@ -1,9 +1,5 @@
#! /usr/bin/pwsh
# while waiting for the next release of `virtualenv` after v20.16.5, we install an older
# version of `setuptools` to ensure that binaries are always put under
# `<venv-path>/bin`, which wouldn't always happen with the GitHub actions version of
# Ubuntu 22.04. See https://github.com/github/codeql-action/issues/1249
py -2 -m pip install --user --upgrade pip setuptools wheel
py -3 -m pip install --user --upgrade pip setuptools wheel