Skip to content

Commit 05974c0

Browse files
fix: ci
1 parent 4947ea0 commit 05974c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_mapdl_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
4040
- name: Install project dependencies
4141
run: |
42-
uv run pip install --system .[tests]
43-
uv run pip install --system tests/launcher/pkg_with_entrypoint
42+
uv run pip install .[tests]
43+
uv run pip install tests/launcher/pkg_with_entrypoint
4444
4545
- name: Run tests
4646
run: |

0 commit comments

Comments
 (0)