update tox calls to use run, update all pip calls to use python -m (#86)

This commit is contained in:
Paul Robinson
2023-04-25 15:20:55 -06:00
committed by pacrob
parent da9b95f37c
commit cc24e7e468
4 changed files with 10 additions and 8 deletions

View File

@ -65,6 +65,8 @@ body:
- type: textarea
id: pip-freeze
attributes:
label: Output from pip-freeze
description: Run `pip-freeze` and paste the output below
label: Output from `pip freeze`
description: Run `python -m pip freeze` and paste the output below
render: shell
validations:
required: false