From d5ed1bd4f9d03c3c1c8bec267eab99221925e116 Mon Sep 17 00:00:00 2001 From: Ruben Di Battista Date: Sat, 12 Oct 2024 12:50:04 +0200 Subject: [PATCH] MNT: Remove special branch for numpy 2 now that is released --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2475559a5..62a8622c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,6 @@ jobs: strategy: matrix: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] - numpy-version: [""] architecture: [x86, x64] os: [ @@ -28,11 +27,6 @@ jobs: architecture: x86 - os: macos-12 architecture: x86 - include: - - python-version: "3.12" - numpy-version: ">=2.0.0rc1" - architecture: x64 - os: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -49,7 +43,7 @@ jobs: - name: Test with pytest run: | - pip install pytest "numpy${{ matrix.numpy-version }}" + pip install pytest pytest --pyargs bottleneck check: