jazzband / pip-tools

A set of tools to keep your pinned Python dependencies fresh.
https://pip-tools.rtfd.io
BSD 3-Clause "New" or "Revised" License
7.74k stars 613 forks source link

👷 Prevent tox pkg double build @ GHA #1962

Closed webknjaz closed 1 year ago

webknjaz commented 1 year ago

The first tox --notest invocation already builds the package and installs it. Without --skip-pkg-install, the second one repeats this, which is just a waste of resources.