Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow jobs that run without a venv #126

Open
lordmauve opened this issue Oct 1, 2024 · 0 comments
Open

Allow jobs that run without a venv #126

lordmauve opened this issue Oct 1, 2024 · 0 comments

Comments

@lordmauve
Copy link

Description

It would be useful to allow running commands that do not need a venv at all. This would allow skipping the venv build if the venv is not needed.

For example, system commands or tools from non-Python package ecosystems (npx run prettier) should run without a venv.

With no venv, it would by typical to use once = true, but there could be a use case for once = false and to substitute {python_version} into the run command.

Details

  • OS: Linux
  • Python version: 3.12
  • thx version: 0.6.0
  • Can you repro on main? N/A
  • Can you repro in a clean virtualenv? N/A
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

No branches or pull requests

1 participant