appsembler / tahoe-sites

Tahoe multi-tenancy app for site separation models and helpers for the edx-platform.
MIT License
0 stars 0 forks source link

Fix local tox not setting the correct pip Version #43

Closed shadinaif closed 2 years ago

shadinaif commented 2 years ago

Change description

When we run tox locally (in Ubuntu 20.04); it doesn't install the latest related pip according to the chosen Python version. The download flag is to tell tox to upgrade pip before installing any other package

This consumed about 3 hours of work to figure out why my local tox behaves differently than Github actions tox.

Type of change

Related issues

Checklists

Development

Security

Code review