Skip to content

Commit 2d98aeb

Browse files
Apply suggestions from code review
Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 4bb4a2d commit 2d98aeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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'

.github/workflows/run_mapdl_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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'

0 commit comments

Comments
 (0)