Skip to content

Generalize ndarray_from_subgrid_orders_slice_many a bit #647

Generalize ndarray_from_subgrid_orders_slice_many a bit

Generalize ndarray_from_subgrid_orders_slice_many a bit #647

Workflow file for this run

name: MSRV
on:
push:
branches-ignore:
- pycli
- bump-pyo3-version
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/nnpdf/pineappl-ci:latest
steps:
- uses: actions/checkout@v4
- name: Run check
run: |
# enable the MSRV
rustup default 1.80.1
cargo check --all-features --all-targets