This reportedly works around https://github.com/pypa/pip/issues/5240
# Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date.
- - "pip install --disable-pip-version-check --user --upgrade pip"
+ - "python -m pip install --disable-pip-version-check --user --upgrade pip"
- - "pip install tox wheel"
+ - "python -m pip install tox wheel"
build: false # Not a C# project, build stuff at the test step instead.