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 5a75488 commit 9316092Copy full SHA for 9316092
.github/workflows/ci.yml
@@ -99,7 +99,9 @@ jobs:
99
working-directory: ../simple-extension-msrv
100
shell: python
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
+ run: |
103
+ cargo lock
104
+ cargo update -p $(cargo pkgid -p ndarray 2>&1 >/dev/null | grep 0.15 | sed -e 's/^[ \t]*//') --precise 0.13.1
105
106
- name: Test Example
107
run: |
0 commit comments