From b62bfeb46470a137ab9cfb0b9dce4aad61b9ec1f Mon Sep 17 00:00:00 2001 From: MiXaiLL76 Date: Thu, 31 Oct 2024 10:03:51 +0300 Subject: [PATCH] remove numpy<2 test --- .github/workflows/unittest.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 0641743..eee1fe7 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -25,10 +25,4 @@ jobs: - name: Run test cases numpy latest working-directory: ./tests run: | - pytest --cov=faster_coco_eval . - - - uses: actions/checkout@v2 - - name: Run test cases numpy < 2 - run: | - pip install numpy<2 - pytest --cov=faster_coco_eval . + pytest --cov=faster_coco_eval . \ No newline at end of file