Skip to content

Commit 57cf87a

Browse files
committed
Debug
1 parent 5a75488 commit 57cf87a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ jobs:
9999
working-directory: ../simple-extension-msrv
100100
shell: python
101101
- 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
102+
run: |
103+
cargo pkgid -p ndarray
104+
cargo update -p $(cargo pkgid -p ndarray 2>&1 >/dev/null | grep 0.15 | sed -e 's/^[ \t]*//') --precise 0.13.1
103105
working-directory: ../simple-extension-msrv
104106
- name: Test Example
105107
run: |

0 commit comments

Comments
 (0)