Skip to content

Commit dae8554

Browse files
fix: CI
1 parent a94d4e1 commit dae8554

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_mapdl_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
4040
- name: Install project dependencies
4141
run: |
42-
uv pip install --system .[tests]
43-
uv pip install --system tests/launcher/pkg_with_entrypoint
42+
uv run python -m pip install --system .[tests]
43+
uv run python -m pip install --system tests/launcher/pkg_with_entrypoint
4444
4545
- name: Run tests
4646
run: |
47-
uv run pytest -vx --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=term --cov-report=xml:.cov/coverage.xml --cov-report=html:.cov/html
47+
uv run python -m pytest -vx --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=term --cov-report=xml:.cov/coverage.xml --cov-report=html:.cov/html
4848
4949
# - uses: codecov/codecov-action@v5
5050
# name: 'Upload coverage to CodeCov'

0 commit comments

Comments
 (0)