Skip to content

Supporting NumPy >= 1.26.3 which includes NumPy 2.0 versions #12

Supporting NumPy >= 1.26.3 which includes NumPy 2.0 versions

Supporting NumPy >= 1.26.3 which includes NumPy 2.0 versions #12

name: Pull Request Python Package
on:
pull_request:
branches: [ "main" ]
paths:
- 'ikpls/**'
- 'tests/**'
- '.github/**'
- 'pyproject.toml'
jobs:
build_package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build