We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62445d commit caf1c50Copy full SHA for caf1c50
python-setup/install_tools.ps1
@@ -1,9 +1,5 @@
1
#! /usr/bin/pwsh
2
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
7
py -2 -m pip install --user --upgrade pip setuptools wheel
8
py -3 -m pip install --user --upgrade pip setuptools wheel
9
0 commit comments