Skip to content

Commit

Permalink
remove numpy<2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 committed Oct 31, 2024
1 parent 3b9513a commit b62bfeb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit b62bfeb

Please sign in to comment.