Skip to content

Commit 0135b40

Browse files
fix: ci
1 parent d734624 commit 0135b40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run_mapdl_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,22 @@ jobs:
3434
with:
3535
python-version: ${{ env.MAIN_PYTHON_VERSION }}
3636
- name: Install uv and create venv
37+
shell: bash
3738
run: |
3839
python -m pip install --upgrade pip
3940
pip install uv
4041
uv venv .mapdl_venv
4142
source .mapdl_venv/bin/activate
4243
4344
- name: Install project dependencies
45+
shell: bash
4446
run: |
4547
source .mapdl_venv/bin/activate
4648
uv pip install -e .[tests]
4749
uv pip install tests/launcher/pkg_with_entrypoint
4850
4951
- name: Unit testing
52+
shell: bash
5053
run: |
5154
source .mapdl_venv/bin/activate
5255
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

0 commit comments

Comments
 (0)