Skip to content

Commit a1da13e

Browse files
fix: ci
1 parent 58d8c59 commit a1da13e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/run_mapdl_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ jobs:
3939
run: |
4040
python3 -m pip install --upgrade pip
4141
pip3 install uv
42-
uv venv .mapdl_venv
43-
uv pip install -e .[tests]
42+
43+
uv venv .mapdl_venv # Create venv first
44+
45+
uv pip install -e .[tests] # Now install your packages
4446
uv pip install tests/launcher/pkg_with_entrypoint
4547
4648
- name: Run unit tests

0 commit comments

Comments
 (0)