File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,14 @@ jobs:
4040 python3 -m pip install --upgrade pip
4141 pip3 install uv
4242
43- uv venv .mapdl_venv # Create venv first
4443
45- uv pip install -e .[tests] # Now install your packages
46- uv pip install tests/launcher/pkg_with_entrypoint
44+ uv pip install --system .[tests]
45+ uv pip install --system tests/launcher/pkg_with_entrypoint
4746
4847 - name : Run unit tests
4948 shell : bash
5049 run : |
51- uv run pytest -vx --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=term --cov-report=xml:.cov/coverage.xml --cov-report=html:.cov/html
50+ uv run --system pytest -vx --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=term --cov-report=xml:.cov/coverage.xml --cov-report=html:.cov/html
5251
5352 - name : Upload coverage reports to Codecov
5453 uses : codecov/codecov-action@v5
You can’t perform that action at this time.
0 commit comments