Skip to content

Commit

Permalink
ci: install cargo-careful from binary again (PyO3#4433)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Aug 10, 2024
1 parent f53971e commit 0791562
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,7 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
with:
components: rust-src
# FIXME: workaround https://github.com/RalfJung/cargo-careful/issues/36
# - uses: taiki-e/install-action@cargo-careful
- run: cargo install cargo-careful
- uses: taiki-e/install-action@cargo-careful
- run: python -m pip install --upgrade pip && pip install nox
- run: nox -s test-rust -- careful skip-full
env:
Expand Down

0 comments on commit 0791562

Please sign in to comment.