Skip to content

Commit

Permalink
ci: update libquil version
Browse files Browse the repository at this point in the history
  • Loading branch information
notmgsk committed Nov 15, 2023
1 parent 0989393 commit e6ee591
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: sudo apt install -y libffi\* libblas\* liblapack\*
- name: Install libquil
run: |
curl https://raw.githubusercontent.com/rigetti/libquil/main/install.sh | bash -s 0.1.0
curl https://raw.githubusercontent.com/rigetti/libquil/main/install.sh | bash -s 0.1.1
- uses: Swatinem/rust-cache@v2
- name: Install cargo-make
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/lib/src/executable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ mod describe_qpu_for_id {
panic!("Expected an error!");
};
let result_string = format!("{err:?}");
println!("{result_string}");
assert!(result_string.contains("refresh_token"));
}

Expand Down

0 comments on commit e6ee591

Please sign in to comment.