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
pytest
The .github/workflows/pytest.yml always runs pytest with the version specified in .python-version (if committed). The fix would be to specify --python=3.x, --python-preference=only-system, and optionally --no-python-downloads.
.github/workflows/pytest.yml
.python-version
--python=3.x
--python-preference=only-system
--no-python-downloads
The content you are editing has changed. Please copy your edits and refresh the page.
is_integer()
The text was updated successfully, but these errors were encountered:
Note that UV_SYSTEM_PYTHON was set, but not for every step.
UV_SYSTEM_PYTHON
Sorry, something went wrong.
redeboer
grayson-helmholz
Successfully merging a pull request may close this issue.
The
.github/workflows/pytest.yml
always runspytest
with the version specified in.python-version
(if committed). The fix would be to specify--python=3.x
,--python-preference=only-system
, and optionally--no-python-downloads
.Rerun tests on repositories
is_integer()
bug for QRules v0.10.4 ampform#450The text was updated successfully, but these errors were encountered: