Skip to content

Commit dc10ae2

Browse files
ci
1 parent 05974c0 commit dc10ae2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/run_mapdl_tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,12 @@ jobs:
3434
python-version: ${{ env.MAIN_PYTHON_VERSION }}
3535
- name: Install uv and create venv
3636
run: |
37-
pip install --upgrade pip
37+
python -m pip install --upgrade pip
3838
pip install uv
39-
4039
- name: Install project dependencies
4140
run: |
42-
uv run pip install .[tests]
43-
uv run pip install tests/launcher/pkg_with_entrypoint
44-
41+
uv pip install --system .[tests]
42+
uv pip install --system tests/launcher/pkg_with_entrypoint
4543
- name: Run tests
4644
run: |
4745
uv run pytest -vx --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=term --cov-report=xml:.cov/coverage.xml --cov-report=html:.cov/html

0 commit comments

Comments
 (0)