Skip to content

Commit a380ee3

Browse files
fix: Rework CI
1 parent 05c7ab8 commit a380ee3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run_mapdl_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
with:
3535
python-version: ${{ env.MAIN_PYTHON_VERSION }}
3636
- name: Install library, with test extra
37-
run: python -m pip install .[tests]
37+
run: |
38+
python -m pip install .[tests]
39+
python -m pip install tests/launcher/pkg_with_entrypoint
40+
3841
3942
- name: Unit testing
4043
run: |

0 commit comments

Comments
 (0)