Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus committed Jan 7, 2025
1 parent 9a11004 commit 607aa63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ jobs:
shell: bash
run: |
set -e
uv sync --locked --only-dev
uv pip install --force-reinstall dist/*
pytest
uv run --frozen pytest tests --cov=./ --cov-report=xml --junitxml=junit.xml -o junit_family=legacy
- name: pytest
if: ${{ startsWith(matrix.config.manylinux, 'manylinux') && matrix.config.platform != 'x86_64' }}
uses: uraimo/run-on-arch-action@v2
Expand Down

0 comments on commit 607aa63

Please sign in to comment.