We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bd24d commit 70ebe97Copy full SHA for 70ebe97
.github/workflows/lint.yml
@@ -26,6 +26,12 @@ jobs:
26
override: true
27
components: rustfmt, clippy
28
29
+ - name: Run cargo update for ndarray 0.15
30
+ uses: actions-rs/cargo@v1
31
+ with:
32
+ command: update
33
+ args: --package ndarray:0.16.1 --precise 0.15.6
34
+
35
- name: Run cargo fmt
36
uses: actions-rs/cargo@v1
37
with:
.github/workflows/test.yml
@@ -72,6 +72,12 @@ jobs:
72
- name: Log active toolchain
73
run: rustup show
74
75
76
77
78
79
80
81
- name: Run cargo test in release mode
82
83
0 commit comments