We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug Description Running meson setup fails because a postconf script expects an activated venv.
meson setup
meson setup build --wipe ... Running postconf script '~/.local/bin/uv pip install ozi-core~=1.2.0 setuptools_scm[toml] tomli>=2.0.0;python_version<"3.11"' error: No virtual environment found
To Reproduce Steps to reproduce the behavior:
meson setup build
Expected behavior A meson setup call should run as expected outside of the tox entrypoint.
tox
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
Running
meson setup
fails because a postconf script expects an activated venv.To Reproduce
Steps to reproduce the behavior:
meson setup build
in an OZI-created projectExpected behavior
A meson setup call should run as expected outside of the
tox
entrypoint.The text was updated successfully, but these errors were encountered: