We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f6f39 commit 5a75488Copy full SHA for 5a75488
.github/workflows/ci.yml
@@ -98,9 +98,8 @@ jobs:
98
toml.dump(cargo_toml, f)
99
working-directory: ../simple-extension-msrv
100
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
+ - name: Use ndarray 0.13.1
+ run: cargo update -p (cargo pkgid -p ndarray 2>&1 >/dev/null | grep 0.15 | sed -e 's/^[ \t]*//') --precise 0.13.1
104
105
- name: Test Example
106
run: |
0 commit comments