Skip to content

Commit 70ebe97

Browse files
committed
Pin ndarray:0.15
1 parent 53bd24d commit 70ebe97

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/lint.yml

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
override: true
2727
components: rustfmt, clippy
2828

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+
2935
- name: Run cargo fmt
3036
uses: actions-rs/cargo@v1
3137
with:

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ jobs:
7272
- name: Log active toolchain
7373
run: rustup show
7474

75+
- name: Run cargo update for ndarray 0.15
76+
uses: actions-rs/cargo@v1
77+
with:
78+
command: update
79+
args: --package ndarray:0.16.1 --precise 0.15.6
80+
7581
- name: Run cargo test in release mode
7682
uses: actions-rs/cargo@v1
7783
with:

0 commit comments

Comments
 (0)