Skip to content

Install pytorch on github CI. #174

Install pytorch on github CI.

Install pytorch on github CI. #174

Triggered via pull request July 31, 2023 12:16
@de-vri-esde-vri-es
synchronize #38
fix-ci
Status Failure
Total duration 12m 9s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Build and test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 127
deref on an immutable reference: src/features/image.rs#L110
warning: deref on an immutable reference --> src/features/image.rs:110:2 | 110 | &*buffer | ^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_deref_ref = note: `#[warn(clippy::borrow_deref_ref)]` on by default help: if you would like to reborrow, try removing `&*` | 110 | buffer | help: if you would like to deref, try using `&**` | 110 | &**buffer |
Build and test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/