Skip to content

Commit 5b4c271

Browse files
fix: CI
1 parent dae8554 commit 5b4c271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_mapdl_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install uv and create venv
3636
run: |
3737
python -m pip install --upgrade pip
38-
pip install uv
38+
python -m pip install uv
3939
4040
- name: Install project dependencies
4141
run: |

0 commit comments

Comments
 (0)