We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8281d91 commit d734624Copy full SHA for d734624
.github/workflows/run_mapdl_tests.yml
@@ -37,18 +37,18 @@ jobs:
37
run: |
38
python -m pip install --upgrade pip
39
pip install uv
40
- uv venv
41
- source .venv/bin/activate
+ uv venv .mapdl_venv
+ source .mapdl_venv/bin/activate
42
43
- name: Install project dependencies
44
45
46
uv pip install -e .[tests]
47
uv pip install tests/launcher/pkg_with_entrypoint
48
49
- name: Unit testing
50
51
52
uv run python -m uv pytest -vx --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=term --cov-report=xml:.cov/coverage.xml --cov-report=html:.cov/html
53
54
- name: Upload coverage reports to Codecov
0 commit comments