Skip to content

fix: decoding non C-contiguous buffer #1328

fix: decoding non C-contiguous buffer

fix: decoding non C-contiguous buffer #1328

Workflow file for this run

name: Coverage
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
jobs:
build_sdist:
name: Coverage
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: wntrblm/[email protected]
with:
python-versions: "3.8, 3.11"
- name: Install Intel SDE
run: |
curl -fsSLo ${HOME}/sde.tar.xz https://downloadmirror.intel.com/777395/sde-external-9.21.1-2023-04-24-lin.tar.xz
mkdir ${HOME}/sde
tar -C ${HOME}/sde --strip-components 1 -xf ${HOME}/sde.tar.xz
echo "PATH=${HOME}/sde:${PATH}" >> $GITHUB_ENV
- name: Run coverage tests
run: nox -s coverage -- --with-sde
- name: Upload coverage to codecov
uses: codecov/codecov-action@v3
with:
files: coverage-native.xml,coverage-python.xml