Skip to content

Commit 5a75488

Browse files
authored
Use a hack in MSRV test
1 parent 13f6f39 commit 5a75488

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,8 @@ jobs:
9898
toml.dump(cargo_toml, f)
9999
working-directory: ../simple-extension-msrv
100100
shell: python
101-
- name: Use ndarray 0.13.1 and num-complex 0.2.0
102-
run: |
103-
cargo update -p ndarray:0.15.3 --precise 0.13.1
101+
- name: Use ndarray 0.13.1
102+
run: cargo update -p (cargo pkgid -p ndarray 2>&1 >/dev/null | grep 0.15 | sed -e 's/^[ \t]*//') --precise 0.13.1
104103
working-directory: ../simple-extension-msrv
105104
- name: Test Example
106105
run: |

0 commit comments

Comments
 (0)