We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--locked
cargo install
1 parent d6189df commit 67d05cbCopy full SHA for 67d05cb
.github/workflows/ci.yml
@@ -274,7 +274,7 @@ jobs:
274
toolchain: ${{ matrix.rust_version }}
275
components: rustfmt, clippy
276
- name: 'Install cargo-raze'
277
- run: cargo install cargo-raze --version ${{ matrix.cargo_raze_version }}
+ run: cargo install --locked cargo-raze --version ${{ matrix.cargo_raze_version }}
278
- name: 'Run Rustfmt'
279
run: (cd tensorboard/data/server/ && cargo fmt -- --check)
280
- name: 'Run Clippy'
0 commit comments