Skip to content

Commit

Permalink
download bananalyzer data
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcguire12 authored Aug 27, 2024
1 parent 50e61b7 commit c157833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
cache: "poetry"
- run: poetry install && poetry run playwright install chromium
- name: Download example data
run: poetry run python -m bananalyzer.data --download
- name: Run pytest check
run: poetry run pytest -vv --cov="tarsier" .
env:
Expand Down

0 comments on commit c157833

Please sign in to comment.