Skip to content

Commit

Permalink
ci: PLT-525: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Oct 23, 2024
1 parent 7542851 commit b25da7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
- name: Run tests with coverage
if: matrix.os == 'ubuntu-latest'
run: |
source $VENV
poetry run pytest tests/ -vv ${{ matrix.python-version == '3.11' && '--cov=. --cov-report=xml' || '' }}
- name: Upload to Codecov
Expand Down

0 comments on commit b25da7b

Please sign in to comment.