Skip to content

Commit caf1c50

Browse files
committed
python-setup: Remove outdated comment
1 parent c62445d commit caf1c50

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python-setup/install_tools.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#! /usr/bin/pwsh
22

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

0 commit comments

Comments
 (0)