Skip to content

Commit

Permalink
Upgrade to science 0.11.2 (#449)
Browse files Browse the repository at this point in the history
This bumps to the latest version of https://github.com/a-scie/lift,
since we haven't done it for a while.

This also specifically picks up the download retries in
https://github.com/a-scie/lift/releases/tag/v0.10.1 which may make
things slightly more reliable. (I occasionally see errors like
`KeyError: "name"` from science's attempts to download PBS.)
  • Loading branch information
huonw authored Jan 21, 2025
1 parent b3e0003 commit 3507055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use crate::utils::fs::{base_name, canonicalize, copy, ensure_directory};
const BINARY: &str = "scie-pants";

// The version of a-scie/lift to use by default.
const SCIENCE_TAG: &str = "v0.3.1";
const SCIENCE_TAG: &str = "v0.11.2";

#[derive(Clone)]
struct SpecifiedPath(PathBuf);
Expand Down

0 comments on commit 3507055

Please sign in to comment.