Skip to content

Commit

Permalink
add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 committed Oct 31, 2024
1 parent ed99445 commit c3cc7e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@ jobs:
with:
python-version: "3.11"

- uses: actions/checkout@v2
- name: Install from sdist
shell: bash
run: |
pipx run build --sdist .
source_file=$(ls ./dist/*.tar.gz)
pip install "${source_file}[tests]"
- uses: actions/checkout@v2
- 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
working-directory: ./tests
run: |
Expand Down

0 comments on commit c3cc7e0

Please sign in to comment.