Skip to content

Upgrade ndarray and other deps #378

Upgrade ndarray and other deps

Upgrade ndarray and other deps #378

Workflow file for this run

name: netlib
on:
push:
branches:
- master
pull_request: {}
jobs:
linux:
strategy:
fail-fast: false
matrix:
feature:
- static
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: apt install gfortran
run: |
sudo apt update
sudo apt install -y gfortran
- uses: actions-rs/cargo@v1
with:
command: test
args: >
--manifest-path=ndarray-linalg/Cargo.toml
--no-default-features
--features=netlib-${{ matrix.feature }}