Skip to content

Commit d8ca1c9

Browse files
fix: ci
1 parent 1d5755b commit d8ca1c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 pip install -e .[tests]
43-
uv pip install tests/launcher/pkg_with_entrypoint
42+
uv pip install --system .[tests]
43+
uv pip install --system tests/launcher/pkg_with_entrypoint
4444
4545
- name: Run tests
4646
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "ansys-tools-common"
77
version = "0.1.dev0"
88
description = "A set of tools for PyAnsys libraries"
99
readme = "README.rst"
10-
requires-python = ">=3.11,<4"
10+
requires-python = ">=3.10,<4"
1111
license = "MIT"
1212
license-files = ["LICENSE"]
1313
authors = [{ name = "ANSYS, Inc.", email = "[email protected]" }]

0 commit comments

Comments
 (0)