Skip to content

Conversation

eb-oss
Copy link
Contributor

@eb-oss eb-oss commented Feb 13, 2024

This is a convenient way to get requirements installed, but requires either requirements.txt or pyproject.toml to be present. Since we don't want the action to fail if these are not present, we can't use it here. Instead, the build-package step will install pyproject.toml requirements, and we will now check for a requirements.txt file while running the shell script that calls tox.

This also adds pipx to the tox call, to ensure that tox and its requirements are present to run tox properly.

This is a convenient way to get requirements installed, but requires
either requirements.txt or pyproject.toml to be present. Since we
don't want the action to fail if these are not present, we can't use
it here. Instead, the build-package step will install pyproject.toml
requirements, and we will now check for a requirements.txt file while
running the shell script that calls tox.

This also adds pipx to the tox call, to ensure that tox and its
requirements are present to run tox properly.

Signed-off-by: Eric Ball <[email protected]>
@jwagantall jwagantall merged commit fbf2b4b into lfit:main Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants