mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Temporarily force-enable prereleases
Some users are struggling to read or understand the steps to enable it.
This commit is contained in:
parent
b2dc5a0263
commit
718f39fdf3
1 changed files with 3 additions and 0 deletions
|
@ -97,6 +97,9 @@ fn run() -> Result<()> {
|
|||
command.env("UV_PRERELEASE", "allow");
|
||||
}
|
||||
|
||||
// temporarily force it on during initial beta testing
|
||||
command.env("UV_PRERELEASE", "allow");
|
||||
|
||||
if let Err(e) = command.ensure_success() {
|
||||
// If sync fails due to things like a missing wheel on pypi,
|
||||
// we need to remove the lockfile or uv will cache the bad result.
|
||||
|
|
Loading…
Reference in a new issue