Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
python-setup: Remove outdated comment
  • Loading branch information
RasmusWL committed Nov 29, 2022
commit caf1c5057b627542f1ddab85460b685193428121
4 changes: 0 additions & 4 deletions python-setup/install_tools.ps1
Original file line number Diff line number Diff line change
@@ -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

Expand Down