Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Pip Download action is used to download python packages to the workspace.

Pytest

Image RemovedImage Added

Working Folder

...

Alternatively, you can select the Custom option from the Using drop down list and specify a path in the resulting input field that will be displayed. Please read Why it's a good idea to use a property collector before using this option.


Settings

Image RemovedImage Added

Non-Binary Packages

...

If this is ticked, older binary packages will be used instead of newer source packages. [--prefer-binary]


Connection

Image RemovedImage Added

Proxy

Specify a proxy in the form [user:passwd@]proxy.server:port. It is recommended to use a password type variable to store the password. [--proxy]

...

Maximum number of retries each connection should attempt. Leave zero to default to 5 times. [--retries]


Python

Image RemovedImage Added

Platform

Only use wheels compatible with specified platform (e.g. 'win32', 'linux_i386', 'linux_x86_64'). Defaults to the platform of the running system. [–platform]

...

If this is ticked, pip will also find pre-release and development versions. By default, pip only finds stable versions. [--pre]


Installation

Image RemovedImage Added

Build

Directory to unpack packages into and build in. [--build]

...

If this is ticked, build directories are not cleaned. [--no-clean]


Package Index

Image RemovedImage Added

No Index

If this is ticked, the package index is ignored. Only look at find links URLs instead.

...

If a URL or path to a HTML file is specified, then it is parsed for links to archives. If a local path or file:// URL that’s a directory is specified, then the directory listing will be searched for archives. [--find-links]


Extra Arguments

Image RemovedImage Added

Global Options

Extra global options to be supplied to the setup.py call before the install command. One per line. [--global-option]


Options

...

Image Added

Verbosity

The amount of information detail to display in the build log. [-qqq | -qq | -q | -v]

...

If this is ticked, any warnings logged will not mark the action with a warning status.


Environment

Image RemovedImage Added

Environment Variables

...