File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6767 uv pip install --system tests/launcher/pkg_with_entrypoint
6868 - name : Run tests
6969 run : |
70- python -m pytest
70+ uv run pytest
7171
7272 # - uses: codecov/codecov-action@v5
7373 # name: 'Upload coverage to CodeCov'
Original file line number Diff line number Diff line change 4242 uv pip install --system tests/launcher/pkg_with_entrypoint
4343 - name : Run tests
4444 run : |
45- python -m pytest -vx --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=term --cov-report=xml:.cov/coverage.xml --cov-report=html:.cov/html
45+ uv run pytest -vx --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=term --cov-report=xml:.cov/coverage.xml --cov-report=html:.cov/html
4646
4747 # - uses: codecov/codecov-action@v5
4848 # name: 'Upload coverage to CodeCov'
You can’t perform that action at this time.
0 commit comments