Skip to content

Commit

Permalink
Merge branch 'iterate-benchmark' into release-0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Callan Gray <cal.j.gray@gmail.com>
  • Loading branch information
calgray committed Jan 1, 2025
2 parents 3b96f2a + a7e270f commit 9aecf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: poetry install

- name: Run tests
run: poetry run pytest --cov-branch --cov-report=xml
run: poetry run pytest --mypy --cov-branch --cov-report=xml

- name: Upload coverage reports to Codecov
if: ${{ (matrix.os == 'ubuntu-latest') && (matrix.python-version == '3.13') }}
Expand Down

0 comments on commit 9aecf92

Please sign in to comment.