Skip to content

Support ndarray 0.15 #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 7, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use a hack in MSRV test
  • Loading branch information
kngwyu authored Jun 7, 2021
commit 5a75488df9b84274e7ffeb441e6ab5ccf3adc3f6
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,8 @@ jobs:
toml.dump(cargo_toml, f)
working-directory: ../simple-extension-msrv
shell: python
- name: Use ndarray 0.13.1 and num-complex 0.2.0
run: |
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
working-directory: ../simple-extension-msrv
- name: Test Example
run: |
Expand Down