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
rye install
Run:
rye install maturin
twice in a row.
I'd expect the second invocation to skip the installation while returning a success exit code (i.e. 0).
Installation is skipped, but rye install returns a failed exit code (i.e. 1).
rye 0.37.0 commit: 0.37.0 (09b67c4 2024-07-20) platform: macos (aarch64) self-python: [email protected] symlink support: true uv enabled: true
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to Reproduce
Run:
twice in a row.
Expected Result
I'd expect the second invocation to skip the installation while returning a success exit code (i.e. 0).
Actual Result
Installation is skipped, but
rye install
returns a failed exit code (i.e. 1).Version Info
rye 0.37.0
commit: 0.37.0 (09b67c4 2024-07-20)
platform: macos (aarch64)
self-python: [email protected]
symlink support: true
uv enabled: true
Stacktrace
No response
The text was updated successfully, but these errors were encountered: